#401931

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

Shades of Blackberry #401931

Tints of Blackberry #401931

Color information

#401931 (or 0x401931) is unknown color: approx Blackberry. HEX triplet: 40, 19 and 31. RGB value is (64,25,49). Sum of RGB (Red+Green+Blue) = 64+25+49=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 49 (19.53% from 255 or 35.51% from 138); Max value from RGB is 64 - color contains mainly: red. Hex color #401931 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401931 is #BFE6CE. Grayscale: #272727. Windows color (decimal): -12576463 or 3217728. OLE color: 3217728.

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

Color convert

RGB642549-
CMYK00.610.230.75
HSL323.08º43.82%17.45%-
HSV(B)323.08º60.94%25.1%-
XYZ3.022.013.13-
YUV39.4133.42145.55-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.38%
GREEN value IS 25 (10.16% from 255) = 18.12%
BLUE value IS 49 (19.53% from 255) = 35.51%
R=46.38%
G=18.12%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64254900.610.230.75323.0843.8217.45
Hex40193103D174B1432c11
Octal1003161075271135035421
Binary100000011001110001011110110111100101110100001110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401931; }

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

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

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

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

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

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

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

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