#36002D

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

Shades of Blackberry #36002D

Tints of Blackberry #36002D

Color information

#36002D (or 0x36002D) is unknown color: approx Blackberry. HEX triplet: 36, 00 and 2D. RGB value is (54,0,45). Sum of RGB (Red+Green+Blue) = 54+0+45=99 (13% of max value = 765). Red value is 54 (21.48% from 255 or 54.55% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 45 (17.97% from 255 or 45.45% from 99); Max value from RGB is 54 - color contains mainly: red. Hex color #36002D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36002D is #C9FFD2. Grayscale: #151515. Windows color (decimal): -13238227 or 2949174. OLE color: 2949174.

HSL color Cylindrical-coordinate representation of color #36002D: hue angle of 310º 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 #36002D is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB54045-
CMYK010.170.79
HSL310º100%10.59%-
HSV(B)310º100%21.18%-
XYZ1.990.972.57-
YUV21.28141.39151.34-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 54.55%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 45 (17.97% from 255) = 45.45%
R=54.55%
G=0%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54045010.170.7931010010.59
Hex3602D064114F13664b
Octal6605501442111746614413
Binary11011001011010110010010001100111110011011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36002D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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