#362917

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

Shades of Black Magic #362917

Tints of Black Magic #362917

Color information

#362917 (or 0x362917) is unknown color: approx Black Magic. HEX triplet: 36, 29 and 17. RGB value is (54,41,23). Sum of RGB (Red+Green+Blue) = 54+41+23=118 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.76% from 118); Green value is 41 (16.41% from 255 or 34.75% from 118); Blue value is 23 (9.38% from 255 or 19.49% from 118); Max value from RGB is 54 - color contains mainly: red. Hex color #362917 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362917 is #C9D6E8. Grayscale: #2A2A2A. Windows color (decimal): -13227753 or 1517878. OLE color: 1517878.

HSL color Cylindrical-coordinate representation of color #362917: hue angle of 34.84º 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 #362917 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.79.

Color convert

RGB544123-
CMYK00.240.570.79
HSL34.84º40.26%15.1%-
HSV(B)34.84º57.41%21.18%-
XYZ2.472.431.15-
YUV42.84116.81135.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 45.76%
GREEN value IS 41 (16.41% from 255) = 34.75%
BLUE value IS 23 (9.38% from 255) = 19.49%
R=45.76%
G=34.75%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54412300.240.570.7934.8440.2615.1
Hex362917018394F2328f
Octal66512703071117435017
Binary1101101010011011101100011100110011111000111010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362917; }

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

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

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

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

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

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

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

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