Shades of Black Magic #402B08
Tints of Black Magic #402B08
RGB
CMYK
RGB Variations
Color information
#402B08 (or 0x402B08) is known color: Black Magic. HEX triplet: 40, 2B and 08. RGB value is (64,43,8). Sum of RGB (Red+Green+Blue) = 64+43+8=115 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.65% from 115); Green value is 43 (17.19% from 255 or 37.39% from 115); Blue value is 8 (3.52% from 255 or 6.96% from 115); Max value from RGB is 64 - color contains mainly: red. Hex color #402B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402B08 is #BFD4F7. Grayscale: #2D2D2D. Windows color (decimal): -12571896 or 535360. OLE color: 535360.
HSL color Cylindrical-coordinate representation of color #402B08: hue angle of 37.5º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #402B08 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 43 | 8 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.75 |
| HSL | 37.5º | 0.78% | 0.14% | - |
| HSV(B) | 37.5º | 0.88% | 0.25% | - |
| XYZ | 3.02 | 2.84 | 0.62 | - |
| YUV | 45.29 | 106.96 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 43 | 8 | 0 | 0.33 | 0.87 | 0.75 | 37.5 | 0.78 | 0.14 |
| Hex | 40 | 2B | 8 | 0 | 21 | 57 | 4B | 26 | 4E | E |
| Octal | 100 | 53 | 10 | 0 | 41 | 127 | 113 | 46 | 116 | 16 |
| Binary | 1000000 | 101011 | 1000 | 0 | 100001 | 1010111 | 1001011 | 100110 | 1001110 | 1110 |
Color Harmonies of #402B08
Complementary color
Monochromatic Colors of #402B08
Black with #402B08
Text Example
Text Example
White with #402B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402B08; }
p { color: rgb(64,43,8); }
H1.HeaderClassName
{
color: #402B08;
}
.AnyTagClassName
{
color: #402B08;
}
</style>
background-color css
<style>
a { background-color: #402B08; }
a { background-color: rgb(64,43,8); }
div.DivClassName
{
background-color: #402B08;
}
.BgClassName
{
background-color: #402B08;
}
</style>
border-color css
<style>
span { border-color: #402B08; }
span { border-color: rgb(64,43,8); }
td.TdClassName
{
border-color: #402B08;
}
.TagClassName
{
border-color: #402B08;
}
</style>