#36082D

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

Shades of Blackberry #36082D

Tints of Blackberry #36082D

Color information

#36082D (or 0x36082D) is unknown color: approx Blackberry. HEX triplet: 36, 08 and 2D. RGB value is (54,8,45). Sum of RGB (Red+Green+Blue) = 54+8+45=107 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.47% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 45 (17.97% from 255 or 42.06% from 107); Max value from RGB is 54 - color contains mainly: red. Hex color #36082D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36082D is #C9F7D2. Grayscale: #191919. Windows color (decimal): -13236179 or 2951222. OLE color: 2951222.

HSL color Cylindrical-coordinate representation of color #36082D: hue angle of 311.74º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #36082D is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB54845-
CMYK00.850.170.79
HSL311.74º74.19%12.16%-
HSV(B)311.74º85.19%21.18%-
XYZ2.081.152.59-
YUV25.97138.74147.99-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 50.47%
GREEN value IS 8 (3.52% from 255) = 7.48%
BLUE value IS 45 (17.97% from 255) = 42.06%
R=50.47%
G=7.48%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5484500.850.170.79311.7474.1912.16
Hex3682D055114F1384ac
Octal66105501252111747011214
Binary11011010001011010101010110001100111110011100010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36082D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,8,45); }

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

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

 a { background-color: rgb(54,8,45); }

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

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

 span { border-color: rgb(54,8,45); }

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