#272014

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

Shades of Black Magic #272014

Tints of Black Magic #272014

Color information

#272014 (or 0x272014) is unknown color: approx Black Magic. HEX triplet: 27, 20 and 14. RGB value is (39,32,20). Sum of RGB (Red+Green+Blue) = 39+32+20=91 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.86% from 91); Green value is 32 (12.89% from 255 or 35.16% from 91); Blue value is 20 (8.20% from 255 or 21.98% from 91); Max value from RGB is 39 - color contains mainly: red. Hex color #272014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272014 is #D8DFEB. Grayscale: #202020. Windows color (decimal): -14213100 or 1318951. OLE color: 1318951.

HSL color Cylindrical-coordinate representation of color #272014: hue angle of 37.89º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #272014 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB393220-
CMYK00.180.490.85
HSL37.89º32.2%11.57%-
HSV(B)37.89º48.72%15.29%-
XYZ1.481.510.88-
YUV32.72120.82132.48-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 42.86%
GREEN value IS 32 (12.89% from 255) = 35.16%
BLUE value IS 20 (8.20% from 255) = 21.98%
R=42.86%
G=35.16%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39322000.180.490.8537.8932.211.57
Hex27201401231552620c
Octal47402402261125464014
Binary1001111000001010001001011000110101011001101000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272014; }

 p { color: rgb(39,32,20); }

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

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

 a { background-color: rgb(39,32,20); }

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

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

 span { border-color: rgb(39,32,20); }

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