#401A31

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

Shades of Blackberry #401A31

Tints of Blackberry #401A31

Color information

#401A31 (or 0x401A31) is unknown color: approx Blackberry. HEX triplet: 40, 1A and 31. RGB value is (64,26,49). Sum of RGB (Red+Green+Blue) = 64+26+49=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 26 (10.55% from 255 or 18.71% from 139); Blue value is 49 (19.53% from 255 or 35.25% from 139); Max value from RGB is 64 - color contains mainly: red. Hex color #401A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401A31 is #BFE5CE. Grayscale: #272727. Windows color (decimal): -12576207 or 3217984. OLE color: 3217984.

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

Color convert

RGB642649-
CMYK00.590.230.75
HSL323.68º42.22%17.65%-
HSV(B)323.68º59.38%25.1%-
XYZ3.042.053.14-
YUV39.98133.09145.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.04%
GREEN value IS 26 (10.55% from 255) = 18.71%
BLUE value IS 49 (19.53% from 255) = 35.25%
R=46.04%
G=18.71%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64264900.590.230.75323.6842.2217.65
Hex401A3103B174B1442a12
Octal1003261073271135045222
Binary100000011010110001011101110111100101110100010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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