#362B0B

Color #362B0B Black Magic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Magic #362B0B

Tints of Black Magic #362B0B

Color information

#362B0B (or 0x362B0B) is unknown color: approx Black Magic. HEX triplet: 36, 2B and 0B. RGB value is (54,43,11). Sum of RGB (Red+Green+Blue) = 54+43+11=108 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50% from 108); Green value is 43 (17.19% from 255 or 39.81% from 108); Blue value is 11 (4.69% from 255 or 10.19% from 108); Max value from RGB is 54 - color contains mainly: red. Hex color #362B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362B0B is #C9D4F4. Grayscale: #2A2A2A. Windows color (decimal): -13227253 or 731958. OLE color: 731958.

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

Color convert

RGB544311-
CMYK00.200.800.79
HSL44.65º66.15%12.75%-
HSV(B)44.65º79.63%21.18%-
XYZ2.452.540.68-
YUV42.64110.14136.1-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 50%
GREEN value IS 43 (17.19% from 255) = 39.81%
BLUE value IS 11 (4.69% from 255) = 10.19%
R=50%
G=39.81%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.80
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54431100.200.800.7944.6566.1512.75
Hex362BB014504F2d42d
Octal6653130241201175510215
Binary11011010101110110101001010000100111110110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362B0B; }

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

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

<style>
 a { background-color: #362B0B; }

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

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

<style>
 span { border-color: #362B0B; }

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

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