#2F2612

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

Shades of Black Magic #2F2612

Tints of Black Magic #2F2612

Color information

#2F2612 (or 0x2F2612) is unknown color: approx Black Magic. HEX triplet: 2F, 26 and 12. RGB value is (47,38,18). Sum of RGB (Red+Green+Blue) = 47+38+18=103 (13% of max value = 765). Red value is 47 (18.75% from 255 or 45.63% from 103); Green value is 38 (15.23% from 255 or 36.89% from 103); Blue value is 18 (7.42% from 255 or 17.48% from 103); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2612 is #D0D9ED. Grayscale: #262626. Windows color (decimal): -13687278 or 1189423. OLE color: 1189423.

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

Color convert

RGB473818-
CMYK00.190.620.82
HSL41.38º44.62%12.75%-
HSV(B)41.38º61.7%18.43%-
XYZ1.972.030.86-
YUV38.41116.48134.13-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 45.63%
GREEN value IS 38 (15.23% from 255) = 36.89%
BLUE value IS 18 (7.42% from 255) = 17.48%
R=45.63%
G=36.89%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47381800.190.620.8241.3844.6212.75
Hex2F26120133E52292dd
Octal57462202376122515515
Binary1011111001101001001001111111010100101010011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,38,18); }

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

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

 a { background-color: rgb(47,38,18); }

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

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

 span { border-color: rgb(47,38,18); }

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