#272624

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

Shades of Black Magic #272624

Tints of Black Magic #272624

Color information

#272624 (or 0x272624) is unknown color: approx Black Magic. HEX triplet: 27, 26 and 24. RGB value is (39,38,36). Sum of RGB (Red+Green+Blue) = 39+38+36=113 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.51% from 113); Green value is 38 (15.23% from 255 or 33.63% from 113); Blue value is 36 (14.45% from 255 or 31.86% from 113); Max value from RGB is 39 - color contains mainly: red. Hex color #272624 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272624 is #D8D9DB. Grayscale: #262626. Windows color (decimal): -14211548 or 2369063. OLE color: 2369063.

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

Color convert

RGB393836-
CMYK00.030.080.85
HSL40º4%14.71%-
HSV(B)40º7.69%15.29%-
XYZ1.851.941.95-
YUV38.07126.83128.66-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 34.51%
GREEN value IS 38 (15.23% from 255) = 33.63%
BLUE value IS 36 (14.45% from 255) = 31.86%
R=34.51%
G=33.63%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39383600.030.080.8540414.71
Hex27262403855284f
Octal474644031012550417
Binary100111100110100100011100010101011010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272624; }

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

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

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

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

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

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

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

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