#360B21

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

Shades of Blackberry #360B21

Tints of Blackberry #360B21

Color information

#360B21 (or 0x360B21) is unknown color: approx Blackberry. HEX triplet: 36, 0B and 21. RGB value is (54,11,33). Sum of RGB (Red+Green+Blue) = 54+11+33=98 (12% of max value = 765). Red value is 54 (21.48% from 255 or 55.10% from 98); Green value is 11 (4.69% from 255 or 11.22% from 98); Blue value is 33 (13.28% from 255 or 33.67% from 98); Max value from RGB is 54 - color contains mainly: red. Hex color #360B21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360B21 is #C9F4DE. Grayscale: #1A1A1A. Windows color (decimal): -13235423 or 2165558. OLE color: 2165558.

HSL color Cylindrical-coordinate representation of color #360B21: hue angle of 329.3º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #360B21 is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.79.

Color convert

RGB541133-
CMYK00.800.390.79
HSL329.3º66.15%12.75%-
HSV(B)329.3º79.63%21.18%-
XYZ1.921.131.56-
YUV26.36131.75147.71-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 55.10%
GREEN value IS 11 (4.69% from 255) = 11.22%
BLUE value IS 33 (13.28% from 255) = 33.67%
R=55.10%
G=11.22%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.39
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54113300.800.390.79329.366.1512.75
Hex36B21050274F14942d
Octal66134101204711751110215
Binary110110101110000101010000100111100111110100100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360B21; }

 p { color: rgb(54,11,33); }

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

<style>
 a { background-color: #360B21; }

 a { background-color: rgb(54,11,33); }

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

<style>
 span { border-color: #360B21; }

 span { border-color: rgb(54,11,33); }

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