#3F2A01

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

Shades of Black Magic #3F2A01

Tints of Black Magic #3F2A01

Color information

#3F2A01 (or 0x3F2A01) is unknown color: approx Black Magic. HEX triplet: 3F, 2A and 01. RGB value is (63,42,1). Sum of RGB (Red+Green+Blue) = 63+42+1=106 (14% of max value = 765). Red value is 63 (25% from 255 or 59.43% from 106); Green value is 42 (16.80% from 255 or 39.62% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2A01 is #C0D5FE. Grayscale: #2B2B2B. Windows color (decimal): -12637695 or 76351. OLE color: 76351.

HSL color Cylindrical-coordinate representation of color #3F2A01: hue angle of 39.68º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F2A01 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB63421-
CMYK00.330.980.75
HSL39.68º96.88%12.55%-
HSV(B)39.68º98.41%24.71%-
XYZ2.882.710.4-
YUV43.6103.96141.83-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 59.43%
GREEN value IS 42 (16.80% from 255) = 39.62%
BLUE value IS 1 (0.78% from 255) = 0.94%
R=59.43%
G=39.62%
B=0.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6342100.330.980.7539.6896.8812.55
Hex3F2A1021624B2861d
Octal775210411421135014115
Binary111111101010101000011100010100101110100011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,42,1); }

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

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

 a { background-color: rgb(63,42,1); }

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

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

 span { border-color: rgb(63,42,1); }

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