#36142B

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

Shades of Blackberry #36142B

Tints of Blackberry #36142B

Color information

#36142B (or 0x36142B) is unknown color: approx Blackberry. HEX triplet: 36, 14 and 2B. RGB value is (54,20,43). Sum of RGB (Red+Green+Blue) = 54+20+43=117 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.15% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 43 (17.19% from 255 or 36.75% from 117); Max value from RGB is 54 - color contains mainly: red. Hex color #36142B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36142B is #C9EBD4. Grayscale: #202020. Windows color (decimal): -13233109 or 2823222. OLE color: 2823222.

HSL color Cylindrical-coordinate representation of color #36142B: hue angle of 319.41º 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 #36142B is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.79.

Color convert

RGB542043-
CMYK00.630.200.79
HSL319.41º45.95%14.51%-
HSV(B)319.41º62.96%21.18%-
XYZ2.211.462.45-
YUV32.79133.76143.13-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 46.15%
GREEN value IS 20 (8.20% from 255) = 17.09%
BLUE value IS 43 (17.19% from 255) = 36.75%
R=46.15%
G=17.09%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.20
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54204300.630.200.79319.4145.9514.51
Hex36142B03F144F13f2ef
Octal662453077241174775617
Binary1101101010010101101111111010010011111001111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36142B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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