#402033

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

Shades of Blackberry #402033

Tints of Blackberry #402033

Color information

#402033 (or 0x402033) is unknown color: approx Blackberry. HEX triplet: 40, 20 and 33. RGB value is (64,32,51). Sum of RGB (Red+Green+Blue) = 64+32+51=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 51 (20.31% from 255 or 34.69% from 147); Max value from RGB is 64 - color contains mainly: red. Hex color #402033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402033 is #BFDFCC. Grayscale: #2B2B2B. Windows color (decimal): -12574669 or 3350592. OLE color: 3350592.

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

Color convert

RGB643251-
CMYK00.500.200.75
HSL324.38º33.33%18.82%-
HSV(B)324.38º50%25.1%-
XYZ3.232.363.42-
YUV43.73132.1142.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.54%
GREEN value IS 32 (12.89% from 255) = 21.77%
BLUE value IS 51 (20.31% from 255) = 34.69%
R=43.54%
G=21.77%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64325100.500.200.75324.3833.3318.82
Hex402033032144B1442113
Octal1004063062241135044123
Binary1000000100000110011011001010100100101110100010010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402033; }

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

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

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

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

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

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

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

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