#3A2800

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

Shades of Black Magic #3A2800

Tints of Black Magic #3A2800

Color information

#3A2800 (or 0x3A2800) is unknown color: approx Black Magic. HEX triplet: 3A, 28 and 00. RGB value is (58,40,0). Sum of RGB (Red+Green+Blue) = 58+40+0=98 (12% of max value = 765). Red value is 58 (23.05% from 255 or 59.18% from 98); Green value is 40 (16.02% from 255 or 40.82% from 98); Blue value is 0 (0.39% from 255 or 0% from 98); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2800 is #C5D7FF. Grayscale: #292929. Windows color (decimal): -12965888 or 10298. OLE color: 10298.

HSL color Cylindrical-coordinate representation of color #3A2800: hue angle of 41.38º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A2800 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.77.

Color convert

RGB58400-
CMYK00.3110.77
HSL41.38º100%11.37%-
HSV(B)41.38º100%22.75%-
XYZ2.52.420.33-
YUV40.82104.96140.25-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 59.18%
GREEN value IS 40 (16.02% from 255) = 40.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.18%
G=40.82%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 1
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5840000.3110.7741.3810011.37
Hex3A28001F644D2964b
Octal725000371441155114413
Binary11101010100000111111100100100110110100111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,40,0); }

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

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

 a { background-color: rgb(58,40,0); }

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

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

 span { border-color: rgb(58,40,0); }

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