#362A1A

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

Shades of Black Magic #362A1A

Tints of Black Magic #362A1A

Color information

#362A1A (or 0x362A1A) is unknown color: approx Black Magic. HEX triplet: 36, 2A and 1A. RGB value is (54,42,26). Sum of RGB (Red+Green+Blue) = 54+42+26=122 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.26% from 122); Green value is 42 (16.80% from 255 or 34.43% from 122); Blue value is 26 (10.55% from 255 or 21.31% from 122); Max value from RGB is 54 - color contains mainly: red. Hex color #362A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362A1A is #C9D5E5. Grayscale: #2B2B2B. Windows color (decimal): -13227494 or 1714742. OLE color: 1714742.

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

Color convert

RGB544226-
CMYK00.220.520.79
HSL34.29º35%15.69%-
HSV(B)34.29º51.85%21.18%-
XYZ2.542.511.33-
YUV43.76117.98135.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 44.26%
GREEN value IS 42 (16.80% from 255) = 34.43%
BLUE value IS 26 (10.55% from 255) = 21.31%
R=44.26%
G=34.43%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54422600.220.520.7934.293515.69
Hex362A1A016344F222310
Octal66523202664117424320
Binary11011010101011010010110110100100111110001010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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