#362D1C

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

Shades of Black Magic #362D1C

Tints of Black Magic #362D1C

Color information

#362D1C (or 0x362D1C) is unknown color: approx Black Magic. HEX triplet: 36, 2D and 1C. RGB value is (54,45,28). Sum of RGB (Red+Green+Blue) = 54+45+28=127 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.52% from 127); Green value is 45 (17.97% from 255 or 35.43% from 127); Blue value is 28 (11.33% from 255 or 22.05% from 127); Max value from RGB is 54 - color contains mainly: red. Hex color #362D1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362D1C is #C9D2E3. Grayscale: #2D2D2D. Windows color (decimal): -13226724 or 1846582. OLE color: 1846582.

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

Color convert

RGB544528-
CMYK00.170.480.79
HSL39.23º31.71%16.08%-
HSV(B)39.23º48.15%21.18%-
XYZ2.672.741.49-
YUV45.75117.98133.88-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 42.52%
GREEN value IS 45 (17.97% from 255) = 35.43%
BLUE value IS 28 (11.33% from 255) = 22.05%
R=42.52%
G=35.43%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54452800.170.480.7939.2331.7116.08
Hex362D1C011304F272010
Octal66553402160117474020
Binary11011010110111100010001110000100111110011110000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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