#36132C

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

Shades of Blackberry #36132C

Tints of Blackberry #36132C

Color information

#36132C (or 0x36132C) is unknown color: approx Blackberry. HEX triplet: 36, 13 and 2C. RGB value is (54,19,44). Sum of RGB (Red+Green+Blue) = 54+19+44=117 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.15% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 44 (17.58% from 255 or 37.61% from 117); Max value from RGB is 54 - color contains mainly: red. Hex color #36132C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36132C is #C9ECD3. Grayscale: #202020. Windows color (decimal): -13233364 or 2888502. OLE color: 2888502.

HSL color Cylindrical-coordinate representation of color #36132C: hue angle of 317.14º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36132C is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB541944-
CMYK00.650.190.79
HSL317.14º47.95%14.31%-
HSV(B)317.14º64.81%21.18%-
XYZ2.211.432.54-
YUV32.32134.6143.47-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 46.15%
GREEN value IS 19 (7.81% from 255) = 16.24%
BLUE value IS 44 (17.58% from 255) = 37.61%
R=46.15%
G=16.24%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54194400.650.190.79317.1447.9514.31
Hex36132C041134F13d30e
Octal6623540101231174756016
Binary11011010011101100010000011001110011111001111011100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36132C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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