#3A2809

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

Shades of Black Magic #3A2809

Tints of Black Magic #3A2809

Color information

#3A2809 (or 0x3A2809) is unknown color: approx Black Magic. HEX triplet: 3A, 28 and 09. RGB value is (58,40,9). Sum of RGB (Red+Green+Blue) = 58+40+9=107 (14% of max value = 765). Red value is 58 (23.05% from 255 or 54.21% from 107); Green value is 40 (16.02% from 255 or 37.38% from 107); Blue value is 9 (3.91% from 255 or 8.41% from 107); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2809 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2809 is #C5D7F6. Grayscale: #292929. Windows color (decimal): -12965879 or 600122. OLE color: 600122.

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

Color convert

RGB58409-
CMYK00.310.840.77
HSL37.96º73.13%13.14%-
HSV(B)37.96º84.48%22.75%-
XYZ2.552.440.59-
YUV41.85109.46139.52-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 54.21%
GREEN value IS 40 (16.02% from 255) = 37.38%
BLUE value IS 9 (3.91% from 255) = 8.41%
R=54.21%
G=37.38%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.84
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5840900.310.840.7737.9673.1313.14
Hex3A28901F544D2649d
Octal7250110371241154611115
Binary11101010100010010111111010100100110110011010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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