#36112B

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

Shades of Blackberry #36112B

Tints of Blackberry #36112B

Color information

#36112B (or 0x36112B) is unknown color: approx Blackberry. HEX triplet: 36, 11 and 2B. RGB value is (54,17,43). Sum of RGB (Red+Green+Blue) = 54+17+43=114 (15% of max value = 765). Red value is 54 (21.48% from 255 or 47.37% from 114); Green value is 17 (7.03% from 255 or 14.91% from 114); Blue value is 43 (17.19% from 255 or 37.72% from 114); Max value from RGB is 54 - color contains mainly: red. Hex color #36112B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36112B is #C9EED4. Grayscale: #1E1E1E. Windows color (decimal): -13233877 or 2822454. OLE color: 2822454.

HSL color Cylindrical-coordinate representation of color #36112B: hue angle of 317.84º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #36112B is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.79.

Color convert

RGB541743-
CMYK00.690.200.79
HSL317.84º52.11%13.92%-
HSV(B)317.84º68.52%21.18%-
XYZ2.161.362.43-
YUV31.03134.76144.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 47.37%
GREEN value IS 17 (7.03% from 255) = 14.91%
BLUE value IS 43 (17.19% from 255) = 37.72%
R=47.37%
G=14.91%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.20
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54174300.690.200.79317.8452.1113.92
Hex36112B045144F13e34e
Octal6621530105241174766416
Binary11011010001101011010001011010010011111001111101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36112B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36112B; }

 p { color: rgb(54,17,43); }

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

<style>
 a { background-color: #36112B; }

 a { background-color: rgb(54,17,43); }

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

<style>
 span { border-color: #36112B; }

 span { border-color: rgb(54,17,43); }

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