Html Css Color HEX #3A290D Black Magic

📋 copy color: '#3A290D'

red 58 ◦ green 41 ◦ blue 13

#3A290D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Magic #3A290D

Tints of Black Magic #3A290D

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 value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.77

RGB Variations

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

Color information

#3A290D (or 0x3A290D) is known color: 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

RGB 58 41 13 -
CMYK 0 0.29 0.78 0.77
HSL 37.33º 0.63% 0.14% -
HSV(B) 37.33º 0.78% 0.23% -
XYZ 2.61 2.51 0.73 -
YUV 42.89 111.13 138.78 -
System Red Green Blue C M Y K H S L
Decimal 58 41 13 0 0.29 0.78 0.77 37.33 0.63 0.14
Hex 3A 29 D 0 1D 4E 4D 25 3F E
Octal 72 51 15 0 35 116 115 45 77 16
Binary 111010 101001 1101 0 11101 1001110 1001101 100101 111111 1110

Color Harmonies of #3A290D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A290D

Black with #3A290D

Text Example


Text Example

White with #3A290D

Text Example


Text Example

HTML Codes & Css Web 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>