#401D31

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

Shades of Blackberry #401D31

Tints of Blackberry #401D31

Color information

#401D31 (or 0x401D31) is unknown color: approx Blackberry. HEX triplet: 40, 1D and 31. RGB value is (64,29,49). Sum of RGB (Red+Green+Blue) = 64+29+49=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 29 (11.72% from 255 or 20.42% from 142); Blue value is 49 (19.53% from 255 or 34.51% from 142); Max value from RGB is 64 - color contains mainly: red. Hex color #401D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401D31 is #BFE2CE. Grayscale: #292929. Windows color (decimal): -12575439 or 3218752. OLE color: 3218752.

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

Color convert

RGB642949-
CMYK00.550.230.75
HSL325.71º37.63%18.24%-
HSV(B)325.71º54.69%25.1%-
XYZ3.112.193.16-
YUV41.74132.1143.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.07%
GREEN value IS 29 (11.72% from 255) = 20.42%
BLUE value IS 49 (19.53% from 255) = 34.51%
R=45.07%
G=20.42%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64294900.550.230.75325.7137.6318.24
Hex401D31037174B1462612
Octal1003561067271135064622
Binary100000011101110001011011110111100101110100011010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,29,49); }

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

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

 a { background-color: rgb(64,29,49); }

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

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

 span { border-color: rgb(64,29,49); }

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