#2F2614

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

Shades of Black Magic #2F2614

Tints of Black Magic #2F2614

Color information

#2F2614 (or 0x2F2614) is unknown color: approx Black Magic. HEX triplet: 2F, 26 and 14. RGB value is (47,38,20). Sum of RGB (Red+Green+Blue) = 47+38+20=105 (13% of max value = 765). Red value is 47 (18.75% from 255 or 44.76% from 105); Green value is 38 (15.23% from 255 or 36.19% from 105); Blue value is 20 (8.20% from 255 or 19.05% from 105); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2614 is #D0D9EB. Grayscale: #262626. Windows color (decimal): -13687276 or 1320495. OLE color: 1320495.

HSL color Cylindrical-coordinate representation of color #2F2614: hue angle of 40º 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 #2F2614 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.82.

Color convert

RGB473820-
CMYK00.190.570.82
HSL40º40.3%13.14%-
HSV(B)40º57.45%18.43%-
XYZ1.992.040.95-
YUV38.64117.48133.96-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 44.76%
GREEN value IS 38 (15.23% from 255) = 36.19%
BLUE value IS 20 (8.20% from 255) = 19.05%
R=44.76%
G=36.19%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47382000.190.570.824040.313.14
Hex2F261401339522828d
Octal57462402371122505015
Binary1011111001101010001001111100110100101010001010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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