#36012C

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

Shades of Blackberry #36012C

Tints of Blackberry #36012C

Color information

#36012C (or 0x36012C) is unknown color: approx Blackberry. HEX triplet: 36, 01 and 2C. RGB value is (54,1,44). Sum of RGB (Red+Green+Blue) = 54+1+44=99 (13% of max value = 765). Red value is 54 (21.48% from 255 or 54.55% from 99); Green value is 1 (0.78% from 255 or 1.01% from 99); Blue value is 44 (17.58% from 255 or 44.44% from 99); Max value from RGB is 54 - color contains mainly: red. Hex color #36012C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36012C is #C9FED3. Grayscale: #151515. Windows color (decimal): -13237972 or 2883894. OLE color: 2883894.

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

Color convert

RGB54144-
CMYK00.980.190.79
HSL311.32º96.36%10.78%-
HSV(B)311.32º98.15%21.18%-
XYZ1.990.992.47-
YUV21.75140.56151-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 54.55%
GREEN value IS 1 (0.78% from 255) = 1.01%
BLUE value IS 44 (17.58% from 255) = 44.44%
R=54.55%
G=1.01%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5414400.980.190.79311.3296.3610.78
Hex3612C062134F13760b
Octal6615401422311746714013
Binary11011011011000110001010011100111110011011111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36012C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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