#2F2415

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

Shades of Black Magic #2F2415

Tints of Black Magic #2F2415

Color information

#2F2415 (or 0x2F2415) is unknown color: approx Black Magic. HEX triplet: 2F, 24 and 15. RGB value is (47,36,21). Sum of RGB (Red+Green+Blue) = 47+36+21=104 (13% of max value = 765). Red value is 47 (18.75% from 255 or 45.19% from 104); Green value is 36 (14.45% from 255 or 34.62% from 104); Blue value is 21 (8.59% from 255 or 20.19% from 104); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2415 is #D0DBEA. Grayscale: #252525. Windows color (decimal): -13687787 or 1385519. OLE color: 1385519.

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

Color convert

RGB473621-
CMYK00.230.550.82
HSL34.62º38.24%13.33%-
HSV(B)34.62º55.32%18.43%-
XYZ1.941.920.98-
YUV37.58118.64134.72-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 45.19%
GREEN value IS 36 (14.45% from 255) = 34.62%
BLUE value IS 21 (8.59% from 255) = 20.19%
R=45.19%
G=34.62%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.55
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47362100.230.550.8234.6238.2413.33
Hex2F241501737522326d
Octal57442502767122434615
Binary1011111001001010101011111011110100101000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,36,21); }

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

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

 a { background-color: rgb(47,36,21); }

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

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

 span { border-color: rgb(47,36,21); }

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