#3A2D19

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

Shades of Black Magic #3A2D19

Tints of Black Magic #3A2D19

Color information

#3A2D19 (or 0x3A2D19) is unknown color: approx Black Magic. HEX triplet: 3A, 2D and 19. RGB value is (58,45,25). Sum of RGB (Red+Green+Blue) = 58+45+25=128 (16% of max value = 765). Red value is 58 (23.05% from 255 or 45.31% from 128); Green value is 45 (17.97% from 255 or 35.16% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2D19 is #C5D2E6. Grayscale: #2E2E2E. Windows color (decimal): -12964583 or 1649978. OLE color: 1649978.

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

Color convert

RGB584525-
CMYK00.220.570.77
HSL36.36º39.76%16.27%-
HSV(B)36.36º56.9%22.75%-
XYZ2.862.851.32-
YUV46.61115.81136.13-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 45.31%
GREEN value IS 45 (17.97% from 255) = 35.16%
BLUE value IS 25 (10.16% from 255) = 19.53%
R=45.31%
G=35.16%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58452500.220.570.7736.3639.7616.27
Hex3A2D19016394D242810
Octal72553102671115445020
Binary11101010110111001010110111001100110110010010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,45,25); }

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

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

 a { background-color: rgb(58,45,25); }

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

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

 span { border-color: rgb(58,45,25); }

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