#3A2B09

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

Shades of Black Magic #3A2B09

Tints of Black Magic #3A2B09

Color information

#3A2B09 (or 0x3A2B09) is unknown color: approx Black Magic. HEX triplet: 3A, 2B and 09. RGB value is (58,43,9). Sum of RGB (Red+Green+Blue) = 58+43+9=110 (14% of max value = 765). Red value is 58 (23.05% from 255 or 52.73% from 110); Green value is 43 (17.19% from 255 or 39.09% from 110); Blue value is 9 (3.91% from 255 or 8.18% from 110); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2B09 is #C5D4F6. Grayscale: #2B2B2B. Windows color (decimal): -12965111 or 600890. OLE color: 600890.

HSL color Cylindrical-coordinate representation of color #3A2B09: hue angle of 41.63º 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 #3A2B09 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.77.

Color convert

RGB58439-
CMYK00.260.840.77
HSL41.63º73.13%13.14%-
HSV(B)41.63º84.48%22.75%-
XYZ2.662.650.63-
YUV43.61108.47138.26-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 52.73%
GREEN value IS 43 (17.19% from 255) = 39.09%
BLUE value IS 9 (3.91% from 255) = 8.18%
R=52.73%
G=39.09%
B=8.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.84
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5843900.260.840.7741.6373.1313.14
Hex3A2B901A544D2a49d
Octal7253110321241155211115
Binary11101010101110010110101010100100110110101010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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