#362F24

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

Shades of Black Magic #362F24

Tints of Black Magic #362F24

Color information

#362F24 (or 0x362F24) is unknown color: approx Black Magic. HEX triplet: 36, 2F and 24. RGB value is (54,47,36). Sum of RGB (Red+Green+Blue) = 54+47+36=137 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.42% from 137); Green value is 47 (18.75% from 255 or 34.31% from 137); Blue value is 36 (14.45% from 255 or 26.28% from 137); Max value from RGB is 54 - color contains mainly: red. Hex color #362F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362F24 is #C9D0DB. Grayscale: #2F2F2F. Windows color (decimal): -13226204 or 2371382. OLE color: 2371382.

HSL color Cylindrical-coordinate representation of color #362F24: hue angle of 36.67º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #362F24 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.79.

Color convert

RGB544736-
CMYK00.130.330.79
HSL36.67º20%17.65%-
HSV(B)36.67º33.33%21.18%-
XYZ2.862.942.09-
YUV47.84121.32132.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 39.42%
GREEN value IS 47 (18.75% from 255) = 34.31%
BLUE value IS 36 (14.45% from 255) = 26.28%
R=39.42%
G=34.31%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54473600.130.330.7936.672017.65
Hex362F240D214F251412
Octal66574401541117452422
Binary1101101011111001000110110000110011111001011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,47,36); }

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

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

 a { background-color: rgb(54,47,36); }

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

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

 span { border-color: rgb(54,47,36); }

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