#362C1E

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

Shades of Black Magic #362C1E

Tints of Black Magic #362C1E

Color information

#362C1E (or 0x362C1E) is unknown color: approx Black Magic. HEX triplet: 36, 2C and 1E. RGB value is (54,44,30). Sum of RGB (Red+Green+Blue) = 54+44+30=128 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.19% from 128); Green value is 44 (17.58% from 255 or 34.38% from 128); Blue value is 30 (12.11% from 255 or 23.44% from 128); Max value from RGB is 54 - color contains mainly: red. Hex color #362C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362C1E is #C9D3E1. Grayscale: #2D2D2D. Windows color (decimal): -13226978 or 1977398. OLE color: 1977398.

HSL color Cylindrical-coordinate representation of color #362C1E: hue angle of 35º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #362C1E is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.79.

Color convert

RGB544430-
CMYK00.190.440.79
HSL35º28.57%16.47%-
HSV(B)35º44.44%21.18%-
XYZ2.662.681.61-
YUV45.39119.31134.14-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 42.19%
GREEN value IS 44 (17.58% from 255) = 34.38%
BLUE value IS 30 (12.11% from 255) = 23.44%
R=42.19%
G=34.38%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54443000.190.440.793528.5716.47
Hex362C1E0132C4F231d10
Octal66543602354117433520
Binary1101101011001111001001110110010011111000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,44,30); }

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

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

 a { background-color: rgb(54,44,30); }

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

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

 span { border-color: rgb(54,44,30); }

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