#36001F

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

Shades of Blackberry #36001F

Tints of Blackberry #36001F

Color information

#36001F (or 0x36001F) is unknown color: approx Blackberry. HEX triplet: 36, 00 and 1F. RGB value is (54,0,31). Sum of RGB (Red+Green+Blue) = 54+0+31=85 (11% of max value = 765). Red value is 54 (21.48% from 255 or 63.53% from 85); Green value is 0 (0.39% from 255 or 0% from 85); Blue value is 31 (12.5% from 255 or 36.47% from 85); Max value from RGB is 54 - color contains mainly: red. Hex color #36001F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36001F is #C9FFE0. Grayscale: #131313. Windows color (decimal): -13238241 or 2031670. OLE color: 2031670.

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

Color convert

RGB54031-
CMYK010.430.79
HSL325.56º100%10.59%-
HSV(B)325.56º100%21.18%-
XYZ1.770.881.37-
YUV19.68134.39152.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 63.53%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 36.47%
R=63.53%
G=0%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.43
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54031010.430.79325.5610010.59
Hex3601F0642B4F14664b
Octal6603701445311750614413
Binary11011001111101100100101011100111110100011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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