#36142C

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

Shades of Blackberry #36142C

Tints of Blackberry #36142C

Color information

#36142C (or 0x36142C) is unknown color: approx Blackberry. HEX triplet: 36, 14 and 2C. RGB value is (54,20,44). Sum of RGB (Red+Green+Blue) = 54+20+44=118 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.76% from 118); Green value is 20 (8.20% from 255 or 16.95% from 118); Blue value is 44 (17.58% from 255 or 37.29% from 118); Max value from RGB is 54 - color contains mainly: red. Hex color #36142C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36142C is #C9EBD3. Grayscale: #202020. Windows color (decimal): -13233108 or 2888758. OLE color: 2888758.

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

Color convert

RGB542044-
CMYK00.630.190.79
HSL317.65º45.95%14.51%-
HSV(B)317.65º62.96%21.18%-
XYZ2.231.472.55-
YUV32.9134.26143.05-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 45.76%
GREEN value IS 20 (8.20% from 255) = 16.95%
BLUE value IS 44 (17.58% from 255) = 37.29%
R=45.76%
G=16.95%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54204400.630.190.79317.6545.9514.51
Hex36142C03F134F13e2ef
Octal662454077231174765617
Binary1101101010010110001111111001110011111001111101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36142C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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