#35002A

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

Shades of Blackberry #35002A

Tints of Blackberry #35002A

Color information

#35002A (or 0x35002A) is unknown color: approx Blackberry. HEX triplet: 35, 00 and 2A. RGB value is (53,0,42). Sum of RGB (Red+Green+Blue) = 53+0+42=95 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.79% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 42 (16.80% from 255 or 44.21% from 95); Max value from RGB is 53 - color contains mainly: red. Hex color #35002A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35002A is #CAFFD5. Grayscale: #141414. Windows color (decimal): -13303766 or 2752565. OLE color: 2752565.

HSL color Cylindrical-coordinate representation of color #35002A: hue angle of 312.45º 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 #35002A is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.79.

Color convert

RGB53042-
CMYK010.210.79
HSL312.45º100%10.39%-
HSV(B)312.45º100%20.78%-
XYZ1.890.922.27-
YUV20.64140.06151.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 55.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 42 (16.80% from 255) = 44.21%
R=55.79%
G=0%
B=44.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.21
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53042010.210.79312.4510010.39
Hex3502A064154F13864a
Octal6505201442511747014412
Binary11010101010100110010010101100111110011100011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35002A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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