#2F2208

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

Shades of Black Magic #2F2208

Tints of Black Magic #2F2208

Color information

#2F2208 (or 0x2F2208) is unknown color: approx Black Magic. HEX triplet: 2F, 22 and 08. RGB value is (47,34,8). Sum of RGB (Red+Green+Blue) = 47+34+8=89 (11% of max value = 765). Red value is 47 (18.75% from 255 or 52.81% from 89); Green value is 34 (13.67% from 255 or 38.20% from 89); Blue value is 8 (3.52% from 255 or 8.99% from 89); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2208 is #D0DDF7. Grayscale: #232323. Windows color (decimal): -13688312 or 533039. OLE color: 533039.

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

Color convert

RGB47348-
CMYK00.280.830.82
HSL40º70.91%10.78%-
HSV(B)40º82.98%18.43%-
XYZ1.791.770.48-
YUV34.92112.81136.61-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 52.81%
GREEN value IS 34 (13.67% from 255) = 38.20%
BLUE value IS 8 (3.52% from 255) = 8.99%
R=52.81%
G=38.20%
B=8.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.83
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4734800.280.830.824070.9110.78
Hex2F22801C53522847b
Octal5742100341231225010713
Binary10111110001010000111001010011101001010100010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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