#3A290D

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

Shades of Black Magic #3A290D

Tints of Black Magic #3A290D

Color information

#3A290D (or 0x3A290D) is unknown color: approx Black Magic. HEX triplet: 3A, 29 and 0D. RGB value is (58,41,13). Sum of RGB (Red+Green+Blue) = 58+41+13=112 (14% of max value = 765). Red value is 58 (23.05% from 255 or 51.79% from 112); Green value is 41 (16.41% from 255 or 36.61% from 112); Blue value is 13 (5.47% from 255 or 11.61% from 112); Max value from RGB is 58 - color contains mainly: red. Hex color #3A290D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A290D is #C5D6F2. Grayscale: #2B2B2B. Windows color (decimal): -12965619 or 862522. OLE color: 862522.

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

Color convert

RGB584113-
CMYK00.290.780.77
HSL37.33º63.38%13.92%-
HSV(B)37.33º77.59%22.75%-
XYZ2.612.510.73-
YUV42.89111.13138.78-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 51.79%
GREEN value IS 41 (16.41% from 255) = 36.61%
BLUE value IS 13 (5.47% from 255) = 11.61%
R=51.79%
G=36.61%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.78
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58411300.290.780.7737.3363.3813.92
Hex3A29D01D4E4D253fe
Octal725115035116115457716
Binary1110101010011101011101100111010011011001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A290D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,41,13); }

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

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

 a { background-color: rgb(58,41,13); }

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

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

 span { border-color: rgb(58,41,13); }

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