#3A2C16

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

Shades of Black Magic #3A2C16

Tints of Black Magic #3A2C16

Color information

#3A2C16 (or 0x3A2C16) is unknown color: approx Black Magic. HEX triplet: 3A, 2C and 16. RGB value is (58,44,22). Sum of RGB (Red+Green+Blue) = 58+44+22=124 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.77% from 124); Green value is 44 (17.58% from 255 or 35.48% from 124); Blue value is 22 (8.98% from 255 or 17.74% from 124); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2C16 is #C5D3E9. Grayscale: #2D2D2D. Windows color (decimal): -12964842 or 1453114. OLE color: 1453114.

HSL color Cylindrical-coordinate representation of color #3A2C16: hue angle of 36.67º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A2C16 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.77.

Color convert

RGB584422-
CMYK00.240.620.77
HSL36.67º45%15.69%-
HSV(B)36.67º62.07%22.75%-
XYZ2.792.761.14-
YUV45.68114.64136.79-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 46.77%
GREEN value IS 44 (17.58% from 255) = 35.48%
BLUE value IS 22 (8.98% from 255) = 17.74%
R=46.77%
G=35.48%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.62
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58442200.240.620.7736.674515.69
Hex3A2C160183E4D252d10
Octal72542603076115455520
Binary11101010110010110011000111110100110110010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A2C16; }

 p { color: rgb(58,44,22); }

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

<style>
 a { background-color: #3A2C16; }

 a { background-color: rgb(58,44,22); }

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

<style>
 span { border-color: #3A2C16; }

 span { border-color: rgb(58,44,22); }

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