#3A2A13

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

Shades of Black Magic #3A2A13

Tints of Black Magic #3A2A13

Color information

#3A2A13 (or 0x3A2A13) is unknown color: approx Black Magic. HEX triplet: 3A, 2A and 13. RGB value is (58,42,19). Sum of RGB (Red+Green+Blue) = 58+42+19=119 (15% of max value = 765). Red value is 58 (23.05% from 255 or 48.74% from 119); Green value is 42 (16.80% from 255 or 35.29% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2A13 is #C5D5EC. Grayscale: #2C2C2C. Windows color (decimal): -12965357 or 1255994. OLE color: 1255994.

HSL color Cylindrical-coordinate representation of color #3A2A13: hue angle of 35.38º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A2A13 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.77.

Color convert

RGB584219-
CMYK00.280.670.77
HSL35.38º50.65%15.1%-
HSV(B)35.38º67.24%22.75%-
XYZ2.692.60.98-
YUV44.16113.8137.87-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 48.74%
GREEN value IS 42 (16.80% from 255) = 35.29%
BLUE value IS 19 (7.81% from 255) = 15.97%
R=48.74%
G=35.29%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.67
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58421900.280.670.7735.3850.6515.1
Hex3A2A1301C434D2333f
Octal725223034103115436317
Binary11101010101010011011100100001110011011000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,42,19); }

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

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

 a { background-color: rgb(58,42,19); }

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

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

 span { border-color: rgb(58,42,19); }

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