#36002C

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

Shades of Blackberry #36002C

Tints of Blackberry #36002C

Color information

#36002C (or 0x36002C) is unknown color: approx Blackberry. HEX triplet: 36, 00 and 2C. RGB value is (54,0,44). Sum of RGB (Red+Green+Blue) = 54+0+44=98 (12% of max value = 765). Red value is 54 (21.48% from 255 or 55.10% from 98); Green value is 0 (0.39% from 255 or 0% from 98); Blue value is 44 (17.58% from 255 or 44.90% from 98); Max value from RGB is 54 - color contains mainly: red. Hex color #36002C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36002C is #C9FFD3. Grayscale: #151515. Windows color (decimal): -13238228 or 2883638. OLE color: 2883638.

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

Color convert

RGB54044-
CMYK010.190.79
HSL311.11º100%10.59%-
HSV(B)311.11º100%21.18%-
XYZ1.980.972.47-
YUV21.16140.89151.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 55.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 44 (17.58% from 255) = 44.90%
R=55.10%
G=0%
B=44.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54044010.190.79311.1110010.59
Hex3602C064134F13764b
Octal6605401442311746714413
Binary11011001011000110010010011100111110011011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36002C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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