#36002B

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

Shades of Blackberry #36002B

Tints of Blackberry #36002B

Color information

#36002B (or 0x36002B) is unknown color: approx Blackberry. HEX triplet: 36, 00 and 2B. RGB value is (54,0,43). Sum of RGB (Red+Green+Blue) = 54+0+43=97 (12% of max value = 765). Red value is 54 (21.48% from 255 or 55.67% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 43 (17.19% from 255 or 44.33% from 97); Max value from RGB is 54 - color contains mainly: red. Hex color #36002B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36002B is #C9FFD4. Grayscale: #141414. Windows color (decimal): -13238229 or 2818102. OLE color: 2818102.

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

Color convert

RGB54043-
CMYK010.200.79
HSL312.22º100%10.59%-
HSV(B)312.22º100%21.18%-
XYZ1.960.962.37-
YUV21.05140.39151.5-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 55.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 43 (17.19% from 255) = 44.33%
R=55.67%
G=0%
B=44.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.20
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54043010.200.79312.2210010.59
Hex3602B064144F13864b
Octal6605301442411747014413
Binary11011001010110110010010100100111110011100011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36002B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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