Shades of Black Magic #271B02
Tints of Black Magic #271B02
RGB
CMYK
RGB Variations
Color information
#271B02 (or 0x271B02) is known color: Black Magic. HEX triplet: 27, 1B and 02. RGB value is (39,27,2). Sum of RGB (Red+Green+Blue) = 39+27+2=68 (9% of max value = 765). Red value is 39 (15.62% from 255 or 57.35% from 68); Green value is 27 (10.94% from 255 or 39.71% from 68); Blue value is 2 (1.17% from 255 or 2.94% from 68); Max value from RGB is 39 - color contains mainly: red. Hex color #271B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271B02 is #D8E4FD. Grayscale: #1B1B1B. Windows color (decimal): -14214398 or 138023. OLE color: 138023.
HSL color Cylindrical-coordinate representation of color #271B02: hue angle of 40.54º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #271B02 is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 27 | 2 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.85 |
| HSL | 40.54º | 0.9% | 0.08% | - |
| HSV(B) | 40.54º | 0.95% | 0.15% | - |
| XYZ | 1.24 | 1.22 | 0.23 | - |
| YUV | 27.74 | 113.48 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 27 | 2 | 0 | 0.31 | 0.95 | 0.85 | 40.54 | 0.9 | 0.08 |
| Hex | 27 | 1B | 2 | 0 | 1F | 5F | 55 | 29 | 5A | 8 |
| Octal | 47 | 33 | 2 | 0 | 37 | 137 | 125 | 51 | 132 | 10 |
| Binary | 100111 | 11011 | 10 | 0 | 11111 | 1011111 | 1010101 | 101001 | 1011010 | 1000 |
Color Harmonies of #271B02
Complementary color
Monochromatic Colors of #271B02
Black with #271B02
Text Example
Text Example
White with #271B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271B02; }
p { color: rgb(39,27,2); }
H1.HeaderClassName
{
color: #271B02;
}
.AnyTagClassName
{
color: #271B02;
}
</style>
background-color css
<style>
a { background-color: #271B02; }
a { background-color: rgb(39,27,2); }
div.DivClassName
{
background-color: #271B02;
}
.BgClassName
{
background-color: #271B02;
}
</style>
border-color css
<style>
span { border-color: #271B02; }
span { border-color: rgb(39,27,2); }
td.TdClassName
{
border-color: #271B02;
}
.TagClassName
{
border-color: #271B02;
}
</style>