#272011

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

Shades of Black Magic #272011

Tints of Black Magic #272011

Color information

#272011 (or 0x272011) is unknown color: approx Black Magic. HEX triplet: 27, 20 and 11. RGB value is (39,32,17). Sum of RGB (Red+Green+Blue) = 39+32+17=88 (11% of max value = 765). Red value is 39 (15.62% from 255 or 44.32% from 88); Green value is 32 (12.89% from 255 or 36.36% from 88); Blue value is 17 (7.03% from 255 or 19.32% from 88); Max value from RGB is 39 - color contains mainly: red. Hex color #272011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272011 is #D8DFEE. Grayscale: #202020. Windows color (decimal): -14213103 or 1122343. OLE color: 1122343.

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

Color convert

RGB393217-
CMYK00.180.560.85
HSL40.91º39.29%10.98%-
HSV(B)40.91º56.41%15.29%-
XYZ1.451.50.74-
YUV32.38119.32132.72-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 44.32%
GREEN value IS 32 (12.89% from 255) = 36.36%
BLUE value IS 17 (7.03% from 255) = 19.32%
R=44.32%
G=36.36%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39321700.180.560.8540.9139.2910.98
Hex27201101238552927b
Octal47402102270125514713
Binary1001111000001000101001011100010101011010011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272011; }

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

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

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

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

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

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

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

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