#2F220C

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

Shades of Black Magic #2F220C

Tints of Black Magic #2F220C

Color information

#2F220C (or 0x2F220C) is unknown color: approx Black Magic. HEX triplet: 2F, 22 and 0C. RGB value is (47,34,12). Sum of RGB (Red+Green+Blue) = 47+34+12=93 (12% of max value = 765). Red value is 47 (18.75% from 255 or 50.54% from 93); Green value is 34 (13.67% from 255 or 36.56% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 47 - color contains mainly: red. Hex color #2F220C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F220C is #D0DDF3. Grayscale: #232323. Windows color (decimal): -13688308 or 795183. OLE color: 795183.

HSL color Cylindrical-coordinate representation of color #2F220C: hue angle of 37.71º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F220C is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.82.

Color convert

RGB473412-
CMYK00.280.740.82
HSL37.71º59.32%11.57%-
HSV(B)37.71º74.47%18.43%-
XYZ1.811.770.59-
YUV35.38114.81136.29-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 50.54%
GREEN value IS 34 (13.67% from 255) = 36.56%
BLUE value IS 12 (5.08% from 255) = 12.90%
R=50.54%
G=36.56%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.74
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47341200.280.740.8237.7159.3211.57
Hex2F22C01C4A52263bc
Octal574214034112122467314
Binary1011111000101100011100100101010100101001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F220C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,34,12); }

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

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

 a { background-color: rgb(47,34,12); }

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

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

 span { border-color: rgb(47,34,12); }

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