Shades of Black Magic #281B02
Tints of Black Magic #281B02
RGB
CMYK
RGB Variations
Color information
#281B02 (or 0x281B02) is known color: Black Magic. HEX triplet: 28, 1B and 02. RGB value is (40,27,2). Sum of RGB (Red+Green+Blue) = 40+27+2=69 (9% of max value = 765). Red value is 40 (16.02% from 255 or 57.97% from 69); Green value is 27 (10.94% from 255 or 39.13% from 69); Blue value is 2 (1.17% from 255 or 2.90% from 69); Max value from RGB is 40 - color contains mainly: red. Hex color #281B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281B02 is #D7E4FD. Grayscale: #1C1C1C. Windows color (decimal): -14148862 or 138024. OLE color: 138024.
HSL color Cylindrical-coordinate representation of color #281B02: hue angle of 39.47º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #281B02 is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 27 | 2 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.84 |
| HSL | 39.47º | 0.9% | 0.08% | - |
| HSV(B) | 39.47º | 0.95% | 0.16% | - |
| XYZ | 1.28 | 1.24 | 0.23 | - |
| YUV | 28.04 | 113.31 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 27 | 2 | 0 | 0.33 | 0.95 | 0.84 | 39.47 | 0.9 | 0.08 |
| Hex | 28 | 1B | 2 | 0 | 21 | 5F | 54 | 27 | 5A | 8 |
| Octal | 50 | 33 | 2 | 0 | 41 | 137 | 124 | 47 | 132 | 10 |
| Binary | 101000 | 11011 | 10 | 0 | 100001 | 1011111 | 1010100 | 100111 | 1011010 | 1000 |
Color Harmonies of #281B02
Complementary color
Monochromatic Colors of #281B02
Black with #281B02
Text Example
Text Example
White with #281B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281B02; }
p { color: rgb(40,27,2); }
H1.HeaderClassName
{
color: #281B02;
}
.AnyTagClassName
{
color: #281B02;
}
</style>
background-color css
<style>
a { background-color: #281B02; }
a { background-color: rgb(40,27,2); }
div.DivClassName
{
background-color: #281B02;
}
.BgClassName
{
background-color: #281B02;
}
</style>
border-color css
<style>
span { border-color: #281B02; }
span { border-color: rgb(40,27,2); }
td.TdClassName
{
border-color: #281B02;
}
.TagClassName
{
border-color: #281B02;
}
</style>