#362B1A

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

Shades of Black Magic #362B1A

Tints of Black Magic #362B1A

Color information

#362B1A (or 0x362B1A) is unknown color: approx Black Magic. HEX triplet: 36, 2B and 1A. RGB value is (54,43,26). Sum of RGB (Red+Green+Blue) = 54+43+26=123 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.90% from 123); Green value is 43 (17.19% from 255 or 34.96% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 54 - color contains mainly: red. Hex color #362B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362B1A is #C9D4E5. Grayscale: #2C2C2C. Windows color (decimal): -13227238 or 1714998. OLE color: 1714998.

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

Color convert

RGB544326-
CMYK00.200.520.79
HSL36.43º35%15.69%-
HSV(B)36.43º51.85%21.18%-
XYZ2.572.591.34-
YUV44.35117.64134.88-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 43.90%
GREEN value IS 43 (17.19% from 255) = 34.96%
BLUE value IS 26 (10.55% from 255) = 21.14%
R=43.90%
G=34.96%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54432600.200.520.7936.433515.69
Hex362B1A014344F242310
Octal66533202464117444320
Binary11011010101111010010100110100100111110010010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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