Shades of Black Magic #2D2A23
Tints of Black Magic #2D2A23
RGB
CMYK
RGB Variations
Color information
#2D2A23 (or 0x2D2A23) is known color: Black Magic. HEX triplet: 2D, 2A and 23. RGB value is (45,42,35). Sum of RGB (Red+Green+Blue) = 45+42+35=122 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.89% from 122); Green value is 42 (16.80% from 255 or 34.43% from 122); Blue value is 35 (14.06% from 255 or 28.69% from 122); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2A23 is #D2D5DC. Grayscale: #2A2A2A. Windows color (decimal): -13817309 or 2304557. OLE color: 2304557.
HSL color Cylindrical-coordinate representation of color #2D2A23: hue angle of 42º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2D2A23 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.82.
Color convert
RGB | 45 | 42 | 35 | - |
CMYK | 0 | 0.07 | 0.22 | 0.82 |
HSL | 42º | 0.13% | 0.16% | - |
HSV(B) | 42º | 0.22% | 0.18% | - |
XYZ | 2.21 | 2.34 | 1.92 | - |
YUV | 42.1 | 123.99 | 130.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 42 | 35 | 0 | 0.07 | 0.22 | 0.82 | 42 | 0.13 | 0.16 |
Hex | 2D | 2A | 23 | 0 | 7 | 16 | 52 | 2A | C | 10 |
Octal | 55 | 52 | 43 | 0 | 7 | 26 | 122 | 52 | 14 | 20 |
Binary | 101101 | 101010 | 100011 | 0 | 111 | 10110 | 1010010 | 101010 | 1100 | 10000 |
Color Harmonies of #2D2A23
Complementary color
Monochromatic Colors of #2D2A23
Black with #2D2A23
Text Example
Text Example
White with #2D2A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2A23; }
p { color: rgb(45,42,35); }
H1.HeaderClassName
{
color: #2D2A23;
}
.AnyTagClassName
{
color: #2D2A23;
}
</style>
background-color css
<style>
a { background-color: #2D2A23; }
a { background-color: rgb(45,42,35); }
div.DivClassName
{
background-color: #2D2A23;
}
.BgClassName
{
background-color: #2D2A23;
}
</style>
border-color css
<style>
span { border-color: #2D2A23; }
span { border-color: rgb(45,42,35); }
td.TdClassName
{
border-color: #2D2A23;
}
.TagClassName
{
border-color: #2D2A23;
}
</style>