#36112D

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

Shades of Blackberry #36112D

Tints of Blackberry #36112D

Color information

#36112D (or 0x36112D) is unknown color: approx Blackberry. HEX triplet: 36, 11 and 2D. RGB value is (54,17,45). Sum of RGB (Red+Green+Blue) = 54+17+45=116 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.55% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 45 (17.97% from 255 or 38.79% from 116); Max value from RGB is 54 - color contains mainly: red. Hex color #36112D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36112D is #C9EED2. Grayscale: #1F1F1F. Windows color (decimal): -13233875 or 2953526. OLE color: 2953526.

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

Color convert

RGB541745-
CMYK00.690.170.79
HSL314.59º52.11%13.92%-
HSV(B)314.59º68.52%21.18%-
XYZ2.21.372.63-
YUV31.26135.76144.22-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 46.55%
GREEN value IS 17 (7.03% from 255) = 14.66%
BLUE value IS 45 (17.97% from 255) = 38.79%
R=46.55%
G=14.66%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54174500.690.170.79314.5952.1113.92
Hex36112D045114F13b34e
Octal6621550105211174736416
Binary11011010001101101010001011000110011111001110111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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