#36142A

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

Shades of Blackberry #36142A

Tints of Blackberry #36142A

Color information

#36142A (or 0x36142A) is unknown color: approx Blackberry. HEX triplet: 36, 14 and 2A. RGB value is (54,20,42). Sum of RGB (Red+Green+Blue) = 54+20+42=116 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.55% from 116); Green value is 20 (8.20% from 255 or 17.24% from 116); Blue value is 42 (16.80% from 255 or 36.21% from 116); Max value from RGB is 54 - color contains mainly: red. Hex color #36142A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36142A is #C9EBD5. Grayscale: #202020. Windows color (decimal): -13233110 or 2757686. OLE color: 2757686.

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

Color convert

RGB542042-
CMYK00.630.220.79
HSL321.18º45.95%14.51%-
HSV(B)321.18º62.96%21.18%-
XYZ2.191.452.36-
YUV32.67133.26143.21-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 46.55%
GREEN value IS 20 (8.20% from 255) = 17.24%
BLUE value IS 42 (16.80% from 255) = 36.21%
R=46.55%
G=17.24%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.22
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54204200.630.220.79321.1845.9514.51
Hex36142A03F164F1412ef
Octal662452077261175015617
Binary1101101010010101001111111011010011111010000011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36142A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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