#36061B

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

Shades of Blackberry #36061B

Tints of Blackberry #36061B

Color information

#36061B (or 0x36061B) is unknown color: approx Blackberry. HEX triplet: 36, 06 and 1B. RGB value is (54,6,27). Sum of RGB (Red+Green+Blue) = 54+6+27=87 (11% of max value = 765). Red value is 54 (21.48% from 255 or 62.07% from 87); Green value is 6 (2.73% from 255 or 6.90% from 87); Blue value is 27 (10.94% from 255 or 31.03% from 87); Max value from RGB is 54 - color contains mainly: red. Hex color #36061B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36061B is #C9F9E4. Grayscale: #161616. Windows color (decimal): -13236709 or 1771062. OLE color: 1771062.

HSL color Cylindrical-coordinate representation of color #36061B: hue angle of 333.75º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #36061B is Cyan = 0, Magento = 0.89, Yellow = 0.5 and Black (K on CMYK) = 0.79.

Color convert

RGB54627-
CMYK00.890.50.79
HSL333.75º80%11.76%-
HSV(B)333.75º88.89%21.18%-
XYZ1.780.991.13-
YUV22.75130.4150.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 62.07%
GREEN value IS 6 (2.73% from 255) = 6.90%
BLUE value IS 27 (10.94% from 255) = 31.03%
R=62.07%
G=6.90%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.5
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5462700.890.50.79333.758011.76
Hex3661B059324F14e50c
Octal6663301316211751612014
Binary1101101101101101011001110010100111110100111010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36061B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,6,27); }

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

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

 a { background-color: rgb(54,6,27); }

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

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

 span { border-color: rgb(54,6,27); }

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