#402035

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

Shades of Blackberry #402035

Tints of Blackberry #402035

Color information

#402035 (or 0x402035) is unknown color: approx Blackberry. HEX triplet: 40, 20 and 35. RGB value is (64,32,53). Sum of RGB (Red+Green+Blue) = 64+32+53=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 53 (21.09% from 255 or 35.57% from 149); Max value from RGB is 64 - color contains mainly: red. Hex color #402035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402035 is #BFDFCA. Grayscale: #2B2B2B. Windows color (decimal): -12574667 or 3481664. OLE color: 3481664.

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

Color convert

RGB643253-
CMYK00.500.170.75
HSL320.62º33.33%18.82%-
HSV(B)320.62º50%25.1%-
XYZ3.272.383.66-
YUV43.96133.1142.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.95%
GREEN value IS 32 (12.89% from 255) = 21.48%
BLUE value IS 53 (21.09% from 255) = 35.57%
R=42.95%
G=21.48%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64325300.500.170.75320.6233.3318.82
Hex402035032114B1412113
Octal1004065062211135014123
Binary1000000100000110101011001010001100101110100000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402035; }

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

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

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

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

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

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

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

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