Shades of Black Magic #2D251A
Tints of Black Magic #2D251A
RGB
CMYK
RGB Variations
Color information
#2D251A (or 0x2D251A) is known color: Black Magic. HEX triplet: 2D, 25 and 1A. RGB value is (45,37,26). Sum of RGB (Red+Green+Blue) = 45+37+26=108 (14% of max value = 765). Red value is 45 (17.97% from 255 or 41.67% from 108); Green value is 37 (14.84% from 255 or 34.26% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 45 - color contains mainly: red. Hex color #2D251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D251A is #D2DAE5. Grayscale: #262626. Windows color (decimal): -13818598 or 1713453. OLE color: 1713453.
HSL color Cylindrical-coordinate representation of color #2D251A: hue angle of 34.74º degrees, saturation: 0.27, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2D251A is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 37 | 26 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.82 |
| HSL | 34.74º | 0.27% | 0.14% | - |
| HSV(B) | 34.74º | 0.42% | 0.18% | - |
| XYZ | 1.93 | 1.96 | 1.25 | - |
| YUV | 38.14 | 121.15 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 37 | 26 | 0 | 0.18 | 0.42 | 0.82 | 34.74 | 0.27 | 0.14 |
| Hex | 2D | 25 | 1A | 0 | 12 | 2A | 52 | 23 | 1B | E |
| Octal | 55 | 45 | 32 | 0 | 22 | 52 | 122 | 43 | 33 | 16 |
| Binary | 101101 | 100101 | 11010 | 0 | 10010 | 101010 | 1010010 | 100011 | 11011 | 1110 |
Color Harmonies of #2D251A
Complementary color
Monochromatic Colors of #2D251A
Black with #2D251A
Text Example
Text Example
White with #2D251A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D251A; }
p { color: rgb(45,37,26); }
H1.HeaderClassName
{
color: #2D251A;
}
.AnyTagClassName
{
color: #2D251A;
}
</style>
background-color css
<style>
a { background-color: #2D251A; }
a { background-color: rgb(45,37,26); }
div.DivClassName
{
background-color: #2D251A;
}
.BgClassName
{
background-color: #2D251A;
}
</style>
border-color css
<style>
span { border-color: #2D251A; }
span { border-color: rgb(45,37,26); }
td.TdClassName
{
border-color: #2D251A;
}
.TagClassName
{
border-color: #2D251A;
}
</style>