#272012

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

Shades of Black Magic #272012

Tints of Black Magic #272012

Color information

#272012 (or 0x272012) is unknown color: approx Black Magic. HEX triplet: 27, 20 and 12. RGB value is (39,32,18). Sum of RGB (Red+Green+Blue) = 39+32+18=89 (11% of max value = 765). Red value is 39 (15.62% from 255 or 43.82% from 89); Green value is 32 (12.89% from 255 or 35.96% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 39 - color contains mainly: red. Hex color #272012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272012 is #D8DFED. Grayscale: #202020. Windows color (decimal): -14213102 or 1187879. OLE color: 1187879.

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

Color convert

RGB393218-
CMYK00.180.540.85
HSL40º36.84%11.18%-
HSV(B)40º53.85%15.29%-
XYZ1.461.510.79-
YUV32.5119.82132.64-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 43.82%
GREEN value IS 32 (12.89% from 255) = 35.96%
BLUE value IS 18 (7.42% from 255) = 20.22%
R=43.82%
G=35.96%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39321800.180.540.854036.8411.18
Hex27201201236552825b
Octal47402202266125504513
Binary1001111000001001001001011011010101011010001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272012; }

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

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

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

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

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

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

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

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