#362D17

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

Shades of Black Magic #362D17

Tints of Black Magic #362D17

Color information

#362D17 (or 0x362D17) is unknown color: approx Black Magic. HEX triplet: 36, 2D and 17. RGB value is (54,45,23). Sum of RGB (Red+Green+Blue) = 54+45+23=122 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.26% from 122); Green value is 45 (17.97% from 255 or 36.89% from 122); Blue value is 23 (9.38% from 255 or 18.85% from 122); Max value from RGB is 54 - color contains mainly: red. Hex color #362D17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362D17 is #C9D2E8. Grayscale: #2D2D2D. Windows color (decimal): -13226729 or 1518902. OLE color: 1518902.

HSL color Cylindrical-coordinate representation of color #362D17: hue angle of 42.58º degrees, saturation: 0.4, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #362D17 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.79.

Color convert

RGB544523-
CMYK00.170.570.79
HSL42.58º40.26%15.1%-
HSV(B)42.58º57.41%21.18%-
XYZ2.612.721.2-
YUV45.18115.48134.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 44.26%
GREEN value IS 45 (17.97% from 255) = 36.89%
BLUE value IS 23 (9.38% from 255) = 18.85%
R=44.26%
G=36.89%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54452300.170.570.7942.5840.2615.1
Hex362D17011394F2b28f
Octal66552702171117535017
Binary1101101011011011101000111100110011111010111010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,45,23); }

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

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

 a { background-color: rgb(54,45,23); }

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

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

 span { border-color: rgb(54,45,23); }

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