#36041D

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

Shades of Blackberry #36041D

Tints of Blackberry #36041D

Color information

#36041D (or 0x36041D) is unknown color: approx Blackberry. HEX triplet: 36, 04 and 1D. RGB value is (54,4,29). Sum of RGB (Red+Green+Blue) = 54+4+29=87 (11% of max value = 765). Red value is 54 (21.48% from 255 or 62.07% from 87); Green value is 4 (1.95% from 255 or 4.60% from 87); Blue value is 29 (11.72% from 255 or 33.33% from 87); Max value from RGB is 54 - color contains mainly: red. Hex color #36041D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36041D is #C9FBE2. Grayscale: #151515. Windows color (decimal): -13237219 or 1901622. OLE color: 1901622.

HSL color Cylindrical-coordinate representation of color #36041D: hue angle of 330º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #36041D is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.79.

Color convert

RGB54429-
CMYK00.930.460.79
HSL330º86.21%11.37%-
HSV(B)330º92.59%21.18%-
XYZ1.790.961.25-
YUV21.8132.06150.97-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 62.07%
GREEN value IS 4 (1.95% from 255) = 4.60%
BLUE value IS 29 (11.72% from 255) = 33.33%
R=62.07%
G=4.60%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.46
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5442900.930.460.7933086.2111.37
Hex3641D05D2E4F14a56b
Octal6643501355611751212613
Binary1101101001110101011101101110100111110100101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36041D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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