Shades of Black Magic #271D08
Tints of Black Magic #271D08
RGB
CMYK
RGB Variations
Color information
#271D08 (or 0x271D08) is known color: Black Magic. HEX triplet: 27, 1D and 08. RGB value is (39,29,8). Sum of RGB (Red+Green+Blue) = 39+29+8=76 (10% of max value = 765). Red value is 39 (15.62% from 255 or 51.32% from 76); Green value is 29 (11.72% from 255 or 38.16% from 76); Blue value is 8 (3.52% from 255 or 10.53% from 76); Max value from RGB is 39 - color contains mainly: red. Hex color #271D08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271D08 is #D8E2F7. Grayscale: #1D1D1D. Windows color (decimal): -14213880 or 531751. OLE color: 531751.
HSL color Cylindrical-coordinate representation of color #271D08: hue angle of 40.65º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #271D08 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 29 | 8 | - |
| CMYK | 0 | 0.26 | 0.79 | 0.85 |
| HSL | 40.65º | 0.66% | 0.09% | - |
| HSV(B) | 40.65º | 0.79% | 0.15% | - |
| XYZ | 1.32 | 1.33 | 0.42 | - |
| YUV | 29.6 | 115.81 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 29 | 8 | 0 | 0.26 | 0.79 | 0.85 | 40.65 | 0.66 | 0.09 |
| Hex | 27 | 1D | 8 | 0 | 1A | 4F | 55 | 29 | 42 | 9 |
| Octal | 47 | 35 | 10 | 0 | 32 | 117 | 125 | 51 | 102 | 11 |
| Binary | 100111 | 11101 | 1000 | 0 | 11010 | 1001111 | 1010101 | 101001 | 1000010 | 1001 |
Color Harmonies of #271D08
Complementary color
Monochromatic Colors of #271D08
Black with #271D08
Text Example
Text Example
White with #271D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271D08; }
p { color: rgb(39,29,8); }
H1.HeaderClassName
{
color: #271D08;
}
.AnyTagClassName
{
color: #271D08;
}
</style>
background-color css
<style>
a { background-color: #271D08; }
a { background-color: rgb(39,29,8); }
div.DivClassName
{
background-color: #271D08;
}
.BgClassName
{
background-color: #271D08;
}
</style>
border-color css
<style>
span { border-color: #271D08; }
span { border-color: rgb(39,29,8); }
td.TdClassName
{
border-color: #271D08;
}
.TagClassName
{
border-color: #271D08;
}
</style>