#402031

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

Shades of Blackberry #402031

Tints of Blackberry #402031

Color information

#402031 (or 0x402031) is unknown color: approx Blackberry. HEX triplet: 40, 20 and 31. RGB value is (64,32,49). Sum of RGB (Red+Green+Blue) = 64+32+49=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 49 (19.53% from 255 or 33.79% from 145); Max value from RGB is 64 - color contains mainly: red. Hex color #402031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402031 is #BFDFCE. Grayscale: #2B2B2B. Windows color (decimal): -12574671 or 3219520. OLE color: 3219520.

HSL color Cylindrical-coordinate representation of color #402031: hue angle of 328.12º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #402031 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB643249-
CMYK00.500.230.75
HSL328.12º33.33%18.82%-
HSV(B)328.12º50%25.1%-
XYZ3.192.343.19-
YUV43.51131.1142.62-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.14%
GREEN value IS 32 (12.89% from 255) = 22.07%
BLUE value IS 49 (19.53% from 255) = 33.79%
R=44.14%
G=22.07%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64324900.500.230.75328.1233.3318.82
Hex402031032174B1482113
Octal1004061062271135104123
Binary1000000100000110001011001010111100101110100100010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402031; }

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

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

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

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

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

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

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

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