#2F2514

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

Shades of Black Magic #2F2514

Tints of Black Magic #2F2514

Color information

#2F2514 (or 0x2F2514) is unknown color: approx Black Magic. HEX triplet: 2F, 25 and 14. RGB value is (47,37,20). Sum of RGB (Red+Green+Blue) = 47+37+20=104 (13% of max value = 765). Red value is 47 (18.75% from 255 or 45.19% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 20 (8.20% from 255 or 19.23% from 104); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2514 is #D0DAEB. Grayscale: #262626. Windows color (decimal): -13687532 or 1320239. OLE color: 1320239.

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

Color convert

RGB473720-
CMYK00.210.570.82
HSL37.78º40.3%13.14%-
HSV(B)37.78º57.45%18.43%-
XYZ1.961.980.94-
YUV38.05117.81134.38-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 45.19%
GREEN value IS 37 (14.84% from 255) = 35.58%
BLUE value IS 20 (8.20% from 255) = 19.23%
R=45.19%
G=35.58%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47372000.210.570.8237.7840.313.14
Hex2F251401539522628d
Octal57452402571122465015
Binary1011111001011010001010111100110100101001101010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,37,20); }

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

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

 a { background-color: rgb(47,37,20); }

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

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

 span { border-color: rgb(47,37,20); }

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