#27231B

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

Shades of Black Magic #27231B

Tints of Black Magic #27231B

Color information

#27231B (or 0x27231B) is unknown color: approx Black Magic. HEX triplet: 27, 23 and 1B. RGB value is (39,35,27). Sum of RGB (Red+Green+Blue) = 39+35+27=101 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.61% from 101); Green value is 35 (14.06% from 255 or 34.65% from 101); Blue value is 27 (10.94% from 255 or 26.73% from 101); Max value from RGB is 39 - color contains mainly: red. Hex color #27231B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27231B is #D8DCE4. Grayscale: #232323. Windows color (decimal): -14212325 or 1778471. OLE color: 1778471.

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

Color convert

RGB393527-
CMYK00.100.310.85
HSL40º18.18%12.94%-
HSV(B)40º30.77%15.29%-
XYZ1.641.711.28-
YUV35.28123.33130.65-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 38.61%
GREEN value IS 35 (14.06% from 255) = 34.65%
BLUE value IS 27 (10.94% from 255) = 26.73%
R=38.61%
G=34.65%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39352700.100.310.854018.1812.94
Hex27231B0A1F552812d
Octal47433301237125502215
Binary1001111000111101101010111111010101101000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27231B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27231B; }

 p { color: rgb(39,35,27); }

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

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

 a { background-color: rgb(39,35,27); }

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

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

 span { border-color: rgb(39,35,27); }

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