#35021A

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

Shades of Blackberry #35021A

Tints of Blackberry #35021A

Color information

#35021A (or 0x35021A) is unknown color: approx Blackberry. HEX triplet: 35, 02 and 1A. RGB value is (53,2,26). Sum of RGB (Red+Green+Blue) = 53+2+26=81 (10% of max value = 765). Red value is 53 (21.09% from 255 or 65.43% from 81); Green value is 2 (1.17% from 255 or 2.47% from 81); Blue value is 26 (10.55% from 255 or 32.10% from 81); Max value from RGB is 53 - color contains mainly: red. Hex color #35021A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35021A is #CAFDE5. Grayscale: #131313. Windows color (decimal): -13303270 or 1704501. OLE color: 1704501.

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

Color convert

RGB53226-
CMYK00.960.510.79
HSL331.76º92.73%10.78%-
HSV(B)331.76º96.23%20.78%-
XYZ1.680.871.06-
YUV19.98131.4151.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 65.43%
GREEN value IS 2 (1.17% from 255) = 2.47%
BLUE value IS 26 (10.55% from 255) = 32.10%
R=65.43%
G=2.47%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.51
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5322600.960.510.79331.7692.7310.78
Hex3521A060334F14c5db
Octal6523201406311751413513
Binary110101101101001100000110011100111110100110010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35021A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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