#36081C

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

Shades of Blackberry #36081C

Tints of Blackberry #36081C

Color information

#36081C (or 0x36081C) is unknown color: approx Blackberry. HEX triplet: 36, 08 and 1C. RGB value is (54,8,28). Sum of RGB (Red+Green+Blue) = 54+8+28=90 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60% from 90); Green value is 8 (3.52% from 255 or 8.89% from 90); Blue value is 28 (11.33% from 255 or 31.11% from 90); Max value from RGB is 54 - color contains mainly: red. Hex color #36081C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36081C is #C9F7E3. Grayscale: #181818. Windows color (decimal): -13236196 or 1837110. OLE color: 1837110.

HSL color Cylindrical-coordinate representation of color #36081C: hue angle of 333.91º 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 #36081C is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.79.

Color convert

RGB54828-
CMYK00.850.480.79
HSL333.91º74.19%12.16%-
HSV(B)333.91º85.19%21.18%-
XYZ1.821.041.2-
YUV24.03130.24149.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 60%
GREEN value IS 8 (3.52% from 255) = 8.89%
BLUE value IS 28 (11.33% from 255) = 31.11%
R=60%
G=8.89%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.48
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5482800.850.480.79333.9174.1912.16
Hex3681C055304F14e4ac
Octal66103401256011751611214
Binary11011010001110001010101110000100111110100111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36081C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36081C; }

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

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

<style>
 a { background-color: #36081C; }

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

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

<style>
 span { border-color: #36081C; }

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

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