Shades of Black Magic #402B06
Tints of Black Magic #402B06
RGB
CMYK
RGB Variations
Color information
#402B06 (or 0x402B06) is known color: Black Magic. HEX triplet: 40, 2B and 06. RGB value is (64,43,6). Sum of RGB (Red+Green+Blue) = 64+43+6=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 43 (17.19% from 255 or 38.05% from 113); Blue value is 6 (2.73% from 255 or 5.31% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #402B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402B06 is #BFD4F9. Grayscale: #2D2D2D. Windows color (decimal): -12571898 or 404288. OLE color: 404288.
HSL color Cylindrical-coordinate representation of color #402B06: hue angle of 38.28º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #402B06 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 43 | 6 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.75 |
| HSL | 38.28º | 0.83% | 0.14% | - |
| HSV(B) | 38.28º | 0.91% | 0.25% | - |
| XYZ | 3.01 | 2.83 | 0.56 | - |
| YUV | 45.06 | 105.96 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 43 | 6 | 0 | 0.33 | 0.91 | 0.75 | 38.28 | 0.83 | 0.14 |
| Hex | 40 | 2B | 6 | 0 | 21 | 5B | 4B | 26 | 53 | E |
| Octal | 100 | 53 | 6 | 0 | 41 | 133 | 113 | 46 | 123 | 16 |
| Binary | 1000000 | 101011 | 110 | 0 | 100001 | 1011011 | 1001011 | 100110 | 1010011 | 1110 |
Color Harmonies of #402B06
Complementary color
Monochromatic Colors of #402B06
Black with #402B06
Text Example
Text Example
White with #402B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402B06; }
p { color: rgb(64,43,6); }
H1.HeaderClassName
{
color: #402B06;
}
.AnyTagClassName
{
color: #402B06;
}
</style>
background-color css
<style>
a { background-color: #402B06; }
a { background-color: rgb(64,43,6); }
div.DivClassName
{
background-color: #402B06;
}
.BgClassName
{
background-color: #402B06;
}
</style>
border-color css
<style>
span { border-color: #402B06; }
span { border-color: rgb(64,43,6); }
td.TdClassName
{
border-color: #402B06;
}
.TagClassName
{
border-color: #402B06;
}
</style>