#35021E

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

Shades of Blackberry #35021E

Tints of Blackberry #35021E

Color information

#35021E (or 0x35021E) is unknown color: approx Blackberry. HEX triplet: 35, 02 and 1E. RGB value is (53,2,30). Sum of RGB (Red+Green+Blue) = 53+2+30=85 (11% of max value = 765). Red value is 53 (21.09% from 255 or 62.35% from 85); Green value is 2 (1.17% from 255 or 2.35% from 85); Blue value is 30 (12.11% from 255 or 35.29% from 85); Max value from RGB is 53 - color contains mainly: red. Hex color #35021E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35021E is #CAFDE1. Grayscale: #141414. Windows color (decimal): -13303266 or 1966645. OLE color: 1966645.

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

Color convert

RGB53230-
CMYK00.960.430.79
HSL327.06º92.73%10.78%-
HSV(B)327.06º96.23%20.78%-
XYZ1.720.891.31-
YUV20.44133.4151.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 62.35%
GREEN value IS 2 (1.17% from 255) = 2.35%
BLUE value IS 30 (12.11% from 255) = 35.29%
R=62.35%
G=2.35%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.43
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5323000.960.430.79327.0692.7310.78
Hex3521E0602B4F1475db
Octal6523601405311750713513
Binary110101101111001100000101011100111110100011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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