#401C32

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

Shades of Blackberry #401C32

Tints of Blackberry #401C32

Color information

#401C32 (or 0x401C32) is unknown color: approx Blackberry. HEX triplet: 40, 1C and 32. RGB value is (64,28,50). Sum of RGB (Red+Green+Blue) = 64+28+50=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 28 (11.33% from 255 or 19.72% from 142); Blue value is 50 (19.92% from 255 or 35.21% from 142); Max value from RGB is 64 - color contains mainly: red. Hex color #401C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401C32 is #BFE3CD. Grayscale: #292929. Windows color (decimal): -12575694 or 3284032. OLE color: 3284032.

HSL color Cylindrical-coordinate representation of color #401C32: hue angle of 323.33º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #401C32 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB642850-
CMYK00.560.220.75
HSL323.33º39.13%18.04%-
HSV(B)323.33º56.25%25.1%-
XYZ3.112.153.27-
YUV41.27132.93144.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.07%
GREEN value IS 28 (11.33% from 255) = 19.72%
BLUE value IS 50 (19.92% from 255) = 35.21%
R=45.07%
G=19.72%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64285000.560.220.75323.3339.1318.04
Hex401C32038164B1432712
Octal1003462070261135034722
Binary100000011100110010011100010110100101110100001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401C32; }

 p { color: rgb(64,28,50); }

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

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

 a { background-color: rgb(64,28,50); }

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

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

 span { border-color: rgb(64,28,50); }

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