#3f2b0c

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

Shades of Black Magic #3F2B0C

Tints of Black Magic #3F2B0C

Color information

#3F2B0C (or 0x3F2B0C) is unknown color: approx Black Magic. HEX triplet: 3F, 2B and 0C. RGB value is (63,43,12). Sum of RGB (Red+Green+Blue) = 63+43+12=118 (15% of max value = 765). Red value is 63 (25% from 255 or 53.39% from 118); Green value is 43 (17.19% from 255 or 36.44% from 118); Blue value is 12 (5.08% from 255 or 10.17% from 118); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2B0C is #C0D4F3. Grayscale: #2D2D2D. Windows color (decimal): -12637428 or 797503. OLE color: 797503.

HSL color Cylindrical-coordinate representation of color #3F2B0C: hue angle of 36.47º 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 #3F2B0C is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB634312-
CMYK00.320.810.75
HSL36.47º68%14.71%-
HSV(B)36.47º80.95%24.71%-
XYZ2.982.810.73-
YUV45.45109.13140.52-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 53.39%
GREEN value IS 43 (17.19% from 255) = 36.44%
BLUE value IS 12 (5.08% from 255) = 10.17%
R=53.39%
G=36.44%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63431200.320.810.7536.476814.71
Hex3F2BC020514B2444f
Octal7753140401211134410417
Binary111111101011110001000001010001100101110010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f2b0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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