#3D2C0F

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

Shades of Black Magic #3D2C0F

Tints of Black Magic #3D2C0F

Color information

#3D2C0F (or 0x3D2C0F) is unknown color: approx Black Magic. HEX triplet: 3D, 2C and 0F. RGB value is (61,44,15). Sum of RGB (Red+Green+Blue) = 61+44+15=120 (15% of max value = 765). Red value is 61 (24.22% from 255 or 50.83% from 120); Green value is 44 (17.58% from 255 or 36.67% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2C0F is #C2D3F0. Grayscale: #2D2D2D. Windows color (decimal): -12768241 or 994365. OLE color: 994365.

HSL color Cylindrical-coordinate representation of color #3D2C0F: hue angle of 37.83º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D2C0F is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.76.

Color convert

RGB614415-
CMYK00.280.750.76
HSL37.83º60.53%14.9%-
HSV(B)37.83º75.41%23.92%-
XYZ2.912.830.84-
YUV45.78110.63138.86-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 50.83%
GREEN value IS 44 (17.58% from 255) = 36.67%
BLUE value IS 15 (6.25% from 255) = 12.5%
R=50.83%
G=36.67%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.75
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61441500.280.750.7637.8360.5314.9
Hex3D2CF01C4B4C263df
Octal755417034113114467517
Binary1111011011001111011100100101110011001001101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,44,15); }

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

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

 a { background-color: rgb(61,44,15); }

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

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

 span { border-color: rgb(61,44,15); }

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