#401831

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

Shades of Blackberry #401831

Tints of Blackberry #401831

Color information

#401831 (or 0x401831) is unknown color: approx Blackberry. HEX triplet: 40, 18 and 31. RGB value is (64,24,49). Sum of RGB (Red+Green+Blue) = 64+24+49=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 24 (9.77% from 255 or 17.52% from 137); Blue value is 49 (19.53% from 255 or 35.77% from 137); Max value from RGB is 64 - color contains mainly: red. Hex color #401831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401831 is #BFE7CE. Grayscale: #262626. Windows color (decimal): -12576719 or 3217472. OLE color: 3217472.

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

Color convert

RGB642449-
CMYK00.620.230.75
HSL322.5º45.45%17.25%-
HSV(B)322.5º62.5%25.1%-
XYZ31.973.13-
YUV38.81133.75145.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.72%
GREEN value IS 24 (9.77% from 255) = 17.52%
BLUE value IS 49 (19.53% from 255) = 35.77%
R=46.72%
G=17.52%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64244900.620.230.75322.545.4517.25
Hex40183103E174B1422d11
Octal1003061076271135025521
Binary100000011000110001011111010111100101110100001010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401831; }

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

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

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

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

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

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

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

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