#272114

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

Shades of Black Magic #272114

Tints of Black Magic #272114

Color information

#272114 (or 0x272114) is unknown color: approx Black Magic. HEX triplet: 27, 21 and 14. RGB value is (39,33,20). Sum of RGB (Red+Green+Blue) = 39+33+20=92 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.39% from 92); Green value is 33 (13.28% from 255 or 35.87% from 92); Blue value is 20 (8.20% from 255 or 21.74% from 92); Max value from RGB is 39 - color contains mainly: red. Hex color #272114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272114 is #D8DEEB. Grayscale: #212121. Windows color (decimal): -14212844 or 1319207. OLE color: 1319207.

HSL color Cylindrical-coordinate representation of color #272114: hue angle of 41.05º 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 #272114 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB393320-
CMYK00.150.490.85
HSL41.05º32.2%11.57%-
HSV(B)41.05º48.72%15.29%-
XYZ1.511.570.89-
YUV33.31120.49132.06-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 42.39%
GREEN value IS 33 (13.28% from 255) = 35.87%
BLUE value IS 20 (8.20% from 255) = 21.74%
R=42.39%
G=35.87%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39332000.150.490.8541.0532.211.57
Hex2721140F31552920c
Octal47412401761125514014
Binary100111100001101000111111000110101011010011000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272114; }

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

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

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

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

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

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

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

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