#2F220B

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

Shades of Black Magic #2F220B

Tints of Black Magic #2F220B

Color information

#2F220B (or 0x2F220B) is unknown color: approx Black Magic. HEX triplet: 2F, 22 and 0B. RGB value is (47,34,11). Sum of RGB (Red+Green+Blue) = 47+34+11=92 (12% of max value = 765). Red value is 47 (18.75% from 255 or 51.09% from 92); Green value is 34 (13.67% from 255 or 36.96% from 92); Blue value is 11 (4.69% from 255 or 11.96% from 92); Max value from RGB is 47 - color contains mainly: red. Hex color #2F220B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F220B is #D0DDF4. Grayscale: #232323. Windows color (decimal): -13688309 or 729647. OLE color: 729647.

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

Color convert

RGB473411-
CMYK00.280.770.82
HSL38.33º62.07%11.37%-
HSV(B)38.33º76.6%18.43%-
XYZ1.81.770.56-
YUV35.26114.31136.37-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 51.09%
GREEN value IS 34 (13.67% from 255) = 36.96%
BLUE value IS 11 (4.69% from 255) = 11.96%
R=51.09%
G=36.96%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.77
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47341100.280.770.8238.3362.0711.37
Hex2F22B01C4D52263eb
Octal574213034115122467613
Binary1011111000101011011100100110110100101001101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F220B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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