#3A2F20

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

Shades of Black Magic #3A2F20

Tints of Black Magic #3A2F20

Color information

#3A2F20 (or 0x3A2F20) is unknown color: approx Black Magic. HEX triplet: 3A, 2F and 20. RGB value is (58,47,32). Sum of RGB (Red+Green+Blue) = 58+47+32=137 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.34% from 137); Green value is 47 (18.75% from 255 or 34.31% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2F20 is #C5D0DF. Grayscale: #303030. Windows color (decimal): -12964064 or 2109242. OLE color: 2109242.

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

Color convert

RGB584732-
CMYK00.190.450.77
HSL34.62º28.89%17.65%-
HSV(B)34.62º44.83%22.75%-
XYZ3.023.041.79-
YUV48.58118.64134.72-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 42.34%
GREEN value IS 47 (18.75% from 255) = 34.31%
BLUE value IS 32 (12.89% from 255) = 23.36%
R=42.34%
G=34.31%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58473200.190.450.7734.6228.8917.65
Hex3A2F200132D4D231d12
Octal72574002355115433522
Binary11101010111110000001001110110110011011000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,47,32); }

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

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

 a { background-color: rgb(58,47,32); }

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

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

 span { border-color: rgb(58,47,32); }

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