#36021D

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

Shades of Blackberry #36021D

Tints of Blackberry #36021D

Color information

#36021D (or 0x36021D) is unknown color: approx Blackberry. HEX triplet: 36, 02 and 1D. RGB value is (54,2,29). Sum of RGB (Red+Green+Blue) = 54+2+29=85 (11% of max value = 765). Red value is 54 (21.48% from 255 or 63.53% from 85); Green value is 2 (1.17% from 255 or 2.35% from 85); Blue value is 29 (11.72% from 255 or 34.12% from 85); Max value from RGB is 54 - color contains mainly: red. Hex color #36021D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36021D is #C9FDE2. Grayscale: #141414. Windows color (decimal): -13237731 or 1901110. OLE color: 1901110.

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

Color convert

RGB54229-
CMYK00.960.460.79
HSL328.85º92.86%10.98%-
HSV(B)328.85º96.3%21.18%-
XYZ1.760.921.25-
YUV20.63132.73151.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 63.53%
GREEN value IS 2 (1.17% from 255) = 2.35%
BLUE value IS 29 (11.72% from 255) = 34.12%
R=63.53%
G=2.35%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.46
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5422900.960.460.79328.8592.8610.98
Hex3621D0602E4F1495db
Octal6623501405611751113513
Binary110110101110101100000101110100111110100100110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36021D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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