#35022C

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

Shades of Blackberry #35022C

Tints of Blackberry #35022C

Color information

#35022C (or 0x35022C) is unknown color: approx Blackberry. HEX triplet: 35, 02 and 2C. RGB value is (53,2,44). Sum of RGB (Red+Green+Blue) = 53+2+44=99 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53.54% from 99); Green value is 2 (1.17% from 255 or 2.02% from 99); Blue value is 44 (17.58% from 255 or 44.44% from 99); Max value from RGB is 53 - color contains mainly: red. Hex color #35022C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35022C is #CAFDD3. Grayscale: #151515. Windows color (decimal): -13303252 or 2884149. OLE color: 2884149.

HSL color Cylindrical-coordinate representation of color #35022C: hue angle of 310.59º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #35022C is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB53244-
CMYK00.960.170.79
HSL310.59º92.73%10.78%-
HSV(B)310.59º96.23%20.78%-
XYZ1.940.982.47-
YUV22.04140.4150.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 53.54%
GREEN value IS 2 (1.17% from 255) = 2.02%
BLUE value IS 44 (17.58% from 255) = 44.44%
R=53.54%
G=2.02%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5324400.960.170.79310.5992.7310.78
Hex3522C060114F1375db
Octal6525401402111746713513
Binary110101101011000110000010001100111110011011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35022C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35022C; }

 p { color: rgb(53,2,44); }

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

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

 a { background-color: rgb(53,2,44); }

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

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

 span { border-color: rgb(53,2,44); }

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