#3D2C10

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

Shades of Black Magic #3D2C10

Tints of Black Magic #3D2C10

Color information

#3D2C10 (or 0x3D2C10) is unknown color: approx Black Magic. HEX triplet: 3D, 2C and 10. RGB value is (61,44,16). Sum of RGB (Red+Green+Blue) = 61+44+16=121 (16% of max value = 765). Red value is 61 (24.22% from 255 or 50.41% from 121); Green value is 44 (17.58% from 255 or 36.36% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2C10 is #C2D3EF. Grayscale: #2E2E2E. Windows color (decimal): -12768240 or 1059901. OLE color: 1059901.

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

Color convert

RGB614416-
CMYK00.280.740.76
HSL37.33º58.44%15.1%-
HSV(B)37.33º73.77%23.92%-
XYZ2.922.830.88-
YUV45.89111.13138.78-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 50.41%
GREEN value IS 44 (17.58% from 255) = 36.36%
BLUE value IS 16 (6.64% from 255) = 13.22%
R=50.41%
G=36.36%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.74
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61441600.280.740.7637.3358.4415.1
Hex3D2C1001C4A4C253af
Octal755420034112114457217
Binary11110110110010000011100100101010011001001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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