#401727

Color #401727 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #401727

Tints of Blackberry #401727

Color information

#401727 (or 0x401727) is unknown color: approx Blackberry. HEX triplet: 40, 17 and 27. RGB value is (64,23,39). Sum of RGB (Red+Green+Blue) = 64+23+39=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 39 (15.62% from 255 or 30.95% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #401727 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401727 is #BFE8D8. Grayscale: #252525. Windows color (decimal): -12576985 or 2561856. OLE color: 2561856.

HSL color Cylindrical-coordinate representation of color #401727: hue angle of 336.59º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #401727 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.75.

Color convert

RGB642339-
CMYK00.640.390.75
HSL336.59º47.13%17.06%-
HSV(B)336.59º64.06%25.1%-
XYZ2.791.852.13-
YUV37.08129.08147.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 64 (25.39% from 255) = 50.79%
GREEN value IS 23 (9.38% from 255) = 18.25%
BLUE value IS 39 (15.62% from 255) = 30.95%
R=50.79%
G=18.25%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.39
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64233900.640.390.75336.5947.1317.06
Hex401727040274B1512f11
Octal10027470100471135215721
Binary10000001011110011101000000100111100101110101000110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401727; }

 p { color: rgb(64,23,39); }

 H1.HeaderClassName
 {
   color: #401727;
 }
 .AnyTagClassName
 {
   color: #401727;
 }
</style>
background-color css

<style>
 a { background-color: #401727; }

 a { background-color: rgb(64,23,39); }

 div.DivClassName
 {
   background-color: #401727;
 }
 .BgClassName
 {
   background-color: #401727;
 }
</style>
border-color css

<style>
 span { border-color: #401727; }

 span { border-color: rgb(64,23,39); }

 td.TdClassName
 {
   border-color: #401727;
 }
 .TagClassName
 {
   border-color: #401727;
 }
</style>