#272420

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

Shades of Black Magic #272420

Tints of Black Magic #272420

Color information

#272420 (or 0x272420) is unknown color: approx Black Magic. HEX triplet: 27, 24 and 20. RGB value is (39,36,32). Sum of RGB (Red+Green+Blue) = 39+36+32=107 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.45% from 107); Green value is 36 (14.45% from 255 or 33.64% from 107); Blue value is 32 (12.89% from 255 or 29.91% from 107); Max value from RGB is 39 - color contains mainly: red. Hex color #272420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272420 is #D8DBDF. Grayscale: #242424. Windows color (decimal): -14212064 or 2106407. OLE color: 2106407.

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

Color convert

RGB393632-
CMYK00.080.180.85
HSL34.29º9.86%13.92%-
HSV(B)34.29º17.95%15.29%-
XYZ1.731.81.62-
YUV36.44125.49129.83-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.45%
GREEN value IS 36 (14.45% from 255) = 33.64%
BLUE value IS 32 (12.89% from 255) = 29.91%
R=36.45%
G=33.64%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39363200.080.180.8534.299.8613.92
Hex27242008125522ae
Octal47444001022125421216
Binary1001111001001000000100010010101010110001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272420; }

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

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

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

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

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

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

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

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