#3F2C10

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

Shades of Black Magic #3F2C10

Tints of Black Magic #3F2C10

Color information

#3F2C10 (or 0x3F2C10) is unknown color: approx Black Magic. HEX triplet: 3F, 2C and 10. RGB value is (63,44,16). Sum of RGB (Red+Green+Blue) = 63+44+16=123 (16% of max value = 765). Red value is 63 (25% from 255 or 51.22% from 123); Green value is 44 (17.58% from 255 or 35.77% from 123); Blue value is 16 (6.64% from 255 or 13.01% from 123); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2C10 is #C0D3EF. Grayscale: #2E2E2E. Windows color (decimal): -12637168 or 1059903. OLE color: 1059903.

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

Color convert

RGB634416-
CMYK00.300.750.75
HSL35.74º59.49%15.49%-
HSV(B)35.74º74.6%24.71%-
XYZ3.042.90.89-
YUV46.49110.79139.78-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 51.22%
GREEN value IS 44 (17.58% from 255) = 35.77%
BLUE value IS 16 (6.64% from 255) = 13.01%
R=51.22%
G=35.77%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63441600.300.750.7535.7459.4915.49
Hex3F2C1001E4B4B243bf
Octal775420036113113447317
Binary11111110110010000011110100101110010111001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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