#36091E

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

Shades of Blackberry #36091E

Tints of Blackberry #36091E

Color information

#36091E (or 0x36091E) is unknown color: approx Blackberry. HEX triplet: 36, 09 and 1E. RGB value is (54,9,30). Sum of RGB (Red+Green+Blue) = 54+9+30=93 (12% of max value = 765). Red value is 54 (21.48% from 255 or 58.06% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 30 (12.11% from 255 or 32.26% from 93); Max value from RGB is 54 - color contains mainly: red. Hex color #36091E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36091E is #C9F6E1. Grayscale: #181818. Windows color (decimal): -13235938 or 1968438. OLE color: 1968438.

HSL color Cylindrical-coordinate representation of color #36091E: hue angle of 332º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #36091E is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.79.

Color convert

RGB54930-
CMYK00.830.440.79
HSL332º71.43%12.35%-
HSV(B)332º83.33%21.18%-
XYZ1.851.071.34-
YUV24.85130.91148.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 58.06%
GREEN value IS 9 (3.91% from 255) = 9.68%
BLUE value IS 30 (12.11% from 255) = 32.26%
R=58.06%
G=9.68%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.44
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5493000.830.440.7933271.4312.35
Hex3691E0532C4F14c47c
Octal66113601235411751410714
Binary11011010011111001010011101100100111110100110010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36091E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36091E; }

 p { color: rgb(54,9,30); }

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

<style>
 a { background-color: #36091E; }

 a { background-color: rgb(54,9,30); }

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

<style>
 span { border-color: #36091E; }

 span { border-color: rgb(54,9,30); }

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