#2F2003

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

Shades of Black Magic #2F2003

Tints of Black Magic #2F2003

Color information

#2F2003 (or 0x2F2003) is unknown color: approx Black Magic. HEX triplet: 2F, 20 and 03. RGB value is (47,32,3). Sum of RGB (Red+Green+Blue) = 47+32+3=82 (10% of max value = 765). Red value is 47 (18.75% from 255 or 57.32% from 82); Green value is 32 (12.89% from 255 or 39.02% from 82); Blue value is 3 (1.56% from 255 or 3.66% from 82); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2003 is #D0DFFC. Grayscale: #212121. Windows color (decimal): -13688829 or 204847. OLE color: 204847.

HSL color Cylindrical-coordinate representation of color #2F2003: hue angle of 39.55º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F2003 is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.82.

Color convert

RGB47323-
CMYK00.320.940.82
HSL39.55º88%9.8%-
HSV(B)39.55º93.62%18.43%-
XYZ1.711.640.31-
YUV33.18110.97137.86-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 57.32%
GREEN value IS 32 (12.89% from 255) = 39.02%
BLUE value IS 3 (1.56% from 255) = 3.66%
R=57.32%
G=39.02%
B=3.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.94
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4732300.320.940.8239.55889.8
Hex2F2030205E522858a
Octal574030401361225013012
Binary1011111000001101000001011110101001010100010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F2003; }

 p { color: rgb(47,32,3); }

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

<style>
 a { background-color: #2F2003; }

 a { background-color: rgb(47,32,3); }

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

<style>
 span { border-color: #2F2003; }

 span { border-color: rgb(47,32,3); }

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