#3F2C0C

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

Shades of Black Magic #3F2C0C

Tints of Black Magic #3F2C0C

Color information

#3F2C0C (or 0x3F2C0C) is unknown color: approx Black Magic. HEX triplet: 3F, 2C and 0C. RGB value is (63,44,12). Sum of RGB (Red+Green+Blue) = 63+44+12=119 (15% of max value = 765). Red value is 63 (25% from 255 or 52.94% from 119); Green value is 44 (17.58% from 255 or 36.97% from 119); Blue value is 12 (5.08% from 255 or 10.08% from 119); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2C0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2C0C is #C0D3F3. Grayscale: #2E2E2E. Windows color (decimal): -12637172 or 797759. OLE color: 797759.

HSL color Cylindrical-coordinate representation of color #3F2C0C: hue angle of 37.65º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F2C0C is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB634412-
CMYK00.300.810.75
HSL37.65º68%14.71%-
HSV(B)37.65º80.95%24.71%-
XYZ3.022.880.75-
YUV46.03108.79140.1-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 52.94%
GREEN value IS 44 (17.58% from 255) = 36.97%
BLUE value IS 12 (5.08% from 255) = 10.08%
R=52.94%
G=36.97%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63441200.300.810.7537.656814.71
Hex3F2CC01E514B2644f
Octal7754140361211134610417
Binary11111110110011000111101010001100101110011010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,44,12); }

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

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

 a { background-color: rgb(63,44,12); }

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

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

 span { border-color: rgb(63,44,12); }

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