#36001E

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

Shades of Blackberry #36001E

Tints of Blackberry #36001E

Color information

#36001E (or 0x36001E) is unknown color: approx Blackberry. HEX triplet: 36, 00 and 1E. RGB value is (54,0,30). Sum of RGB (Red+Green+Blue) = 54+0+30=84 (11% of max value = 765). Red value is 54 (21.48% from 255 or 64.29% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 30 (12.11% from 255 or 35.71% from 84); Max value from RGB is 54 - color contains mainly: red. Hex color #36001E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36001E is #C9FFE1. Grayscale: #131313. Windows color (decimal): -13238242 or 1966134. OLE color: 1966134.

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

Color convert

RGB54030-
CMYK010.440.79
HSL326.67º100%10.59%-
HSV(B)326.67º100%21.18%-
XYZ1.760.881.31-
YUV19.57133.89152.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 64.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 35.71%
R=64.29%
G=0%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.44
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54030010.440.79326.6710010.59
Hex3601E0642C4F14764b
Octal6603601445411750714413
Binary11011001111001100100101100100111110100011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36001E; }

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

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

<style>
 a { background-color: #36001E; }

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

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

<style>
 span { border-color: #36001E; }

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

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