#36112C

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

Shades of Blackberry #36112C

Tints of Blackberry #36112C

Color information

#36112C (or 0x36112C) is unknown color: approx Blackberry. HEX triplet: 36, 11 and 2C. RGB value is (54,17,44). Sum of RGB (Red+Green+Blue) = 54+17+44=115 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.96% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 44 (17.58% from 255 or 38.26% from 115); Max value from RGB is 54 - color contains mainly: red. Hex color #36112C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36112C is #C9EED3. Grayscale: #1F1F1F. Windows color (decimal): -13233876 or 2887990. OLE color: 2887990.

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

Color convert

RGB541744-
CMYK00.690.190.79
HSL316.22º52.11%13.92%-
HSV(B)316.22º68.52%21.18%-
XYZ2.181.372.53-
YUV31.14135.26144.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 46.96%
GREEN value IS 17 (7.03% from 255) = 14.78%
BLUE value IS 44 (17.58% from 255) = 38.26%
R=46.96%
G=14.78%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54174400.690.190.79316.2252.1113.92
Hex36112C045134F13c34e
Octal6621540105231174746416
Binary11011010001101100010001011001110011111001111001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36112C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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