#3B2A0F

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

Shades of Black Magic #3B2A0F

Tints of Black Magic #3B2A0F

Color information

#3B2A0F (or 0x3B2A0F) is unknown color: approx Black Magic. HEX triplet: 3B, 2A and 0F. RGB value is (59,42,15). Sum of RGB (Red+Green+Blue) = 59+42+15=116 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50.86% from 116); Green value is 42 (16.80% from 255 or 36.21% from 116); Blue value is 15 (6.25% from 255 or 12.93% from 116); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2A0F is #C4D5F0. Grayscale: #2C2C2C. Windows color (decimal): -12899825 or 993851. OLE color: 993851.

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

Color convert

RGB594215-
CMYK00.290.750.77
HSL36.82º59.46%14.51%-
HSV(B)36.82º74.58%23.14%-
XYZ2.722.620.81-
YUV44111.63138.7-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 50.86%
GREEN value IS 42 (16.80% from 255) = 36.21%
BLUE value IS 15 (6.25% from 255) = 12.93%
R=50.86%
G=36.21%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.75
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59421500.290.750.7736.8259.4614.51
Hex3B2AF01D4B4D253bf
Octal735217035113115457317
Binary1110111010101111011101100101110011011001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,42,15); }

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

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

 a { background-color: rgb(59,42,15); }

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

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

 span { border-color: rgb(59,42,15); }

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