#362B1E

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

Shades of Black Magic #362B1E

Tints of Black Magic #362B1E

Color information

#362B1E (or 0x362B1E) is unknown color: approx Black Magic. HEX triplet: 36, 2B and 1E. RGB value is (54,43,30). Sum of RGB (Red+Green+Blue) = 54+43+30=127 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.52% from 127); Green value is 43 (17.19% from 255 or 33.86% from 127); Blue value is 30 (12.11% from 255 or 23.62% from 127); Max value from RGB is 54 - color contains mainly: red. Hex color #362B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362B1E is #C9D4E1. Grayscale: #2C2C2C. Windows color (decimal): -13227234 or 1977142. OLE color: 1977142.

HSL color Cylindrical-coordinate representation of color #362B1E: hue angle of 32.5º 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 #362B1E is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.79.

Color convert

RGB544330-
CMYK00.200.440.79
HSL32.5º28.57%16.47%-
HSV(B)32.5º44.44%21.18%-
XYZ2.622.611.59-
YUV44.81119.64134.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 42.52%
GREEN value IS 43 (17.19% from 255) = 33.86%
BLUE value IS 30 (12.11% from 255) = 23.62%
R=42.52%
G=33.86%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54433000.200.440.7932.528.5716.47
Hex362B1E0142C4F211d10
Octal66533602454117413520
Binary1101101010111111001010010110010011111000011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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