#35002C

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

Shades of Blackberry #35002C

Tints of Blackberry #35002C

Color information

#35002C (or 0x35002C) is unknown color: approx Blackberry. HEX triplet: 35, 00 and 2C. RGB value is (53,0,44). Sum of RGB (Red+Green+Blue) = 53+0+44=97 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.64% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 44 (17.58% from 255 or 45.36% from 97); Max value from RGB is 53 - color contains mainly: red. Hex color #35002C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35002C is #CAFFD3. Grayscale: #141414. Windows color (decimal): -13303764 or 2883637. OLE color: 2883637.

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

Color convert

RGB53044-
CMYK010.170.79
HSL310.19º100%10.39%-
HSV(B)310.19º100%20.78%-
XYZ1.920.942.46-
YUV20.86141.06150.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 54.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 44 (17.58% from 255) = 45.36%
R=54.64%
G=0%
B=45.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53044010.170.79310.1910010.39
Hex3502C064114F13664a
Octal6505401442111746614412
Binary11010101011000110010010001100111110011011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35002C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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