#402032

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

Shades of Blackberry #402032

Tints of Blackberry #402032

Color information

#402032 (or 0x402032) is unknown color: approx Blackberry. HEX triplet: 40, 20 and 32. RGB value is (64,32,50). Sum of RGB (Red+Green+Blue) = 64+32+50=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 50 (19.92% from 255 or 34.25% from 146); Max value from RGB is 64 - color contains mainly: red. Hex color #402032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402032 is #BFDFCD. Grayscale: #2B2B2B. Windows color (decimal): -12574670 or 3285056. OLE color: 3285056.

HSL color Cylindrical-coordinate representation of color #402032: hue angle of 326.25º 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 #402032 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB643250-
CMYK00.500.220.75
HSL326.25º33.33%18.82%-
HSV(B)326.25º50%25.1%-
XYZ3.212.353.3-
YUV43.62131.6142.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.84%
GREEN value IS 32 (12.89% from 255) = 21.92%
BLUE value IS 50 (19.92% from 255) = 34.25%
R=43.84%
G=21.92%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64325000.500.220.75326.2533.3318.82
Hex402032032164B1462113
Octal1004062062261135064123
Binary1000000100000110010011001010110100101110100011010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402032; }

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

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

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

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

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

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

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

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