#35021D

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

Shades of Blackberry #35021D

Tints of Blackberry #35021D

Color information

#35021D (or 0x35021D) is unknown color: approx Blackberry. HEX triplet: 35, 02 and 1D. RGB value is (53,2,29). Sum of RGB (Red+Green+Blue) = 53+2+29=84 (11% of max value = 765). Red value is 53 (21.09% from 255 or 63.10% from 84); Green value is 2 (1.17% from 255 or 2.38% from 84); Blue value is 29 (11.72% from 255 or 34.52% from 84); Max value from RGB is 53 - color contains mainly: red. Hex color #35021D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35021D is #CAFDE2. Grayscale: #141414. Windows color (decimal): -13303267 or 1901109. OLE color: 1901109.

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

Color convert

RGB53229-
CMYK00.960.450.79
HSL328.24º92.73%10.78%-
HSV(B)328.24º96.23%20.78%-
XYZ1.710.891.24-
YUV20.33132.9151.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 63.10%
GREEN value IS 2 (1.17% from 255) = 2.38%
BLUE value IS 29 (11.72% from 255) = 34.52%
R=63.10%
G=2.38%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.45
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5322900.960.450.79328.2492.7310.78
Hex3521D0602D4F1485db
Octal6523501405511751013513
Binary110101101110101100000101101100111110100100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35021D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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