Shades of Black Magic #282622
Tints of Black Magic #282622
RGB
CMYK
RGB Variations
Color information
#282622 (or 0x282622) is known color: Black Magic. HEX triplet: 28, 26 and 22. RGB value is (40,38,34). Sum of RGB (Red+Green+Blue) = 40+38+34=112 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.71% from 112); Green value is 38 (15.23% from 255 or 33.93% from 112); Blue value is 34 (13.67% from 255 or 30.36% from 112); Max value from RGB is 40 - color contains mainly: red. Hex color #282622 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282622 is #D7D9DD. Grayscale: #262626. Windows color (decimal): -14146014 or 2237992. OLE color: 2237992.
HSL color Cylindrical-coordinate representation of color #282622: hue angle of 40º degrees, saturation: 0.08, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #282622 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.84.
Color convert
RGB | 40 | 38 | 34 | - |
CMYK | 0 | 0.05 | 0.15 | 0.84 |
HSL | 40º | 0.08% | 0.15% | - |
HSV(B) | 40º | 0.15% | 0.16% | - |
XYZ | 1.86 | 1.95 | 1.79 | - |
YUV | 38.14 | 125.66 | 129.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 40 | 38 | 34 | 0 | 0.05 | 0.15 | 0.84 | 40 | 0.08 | 0.15 |
Hex | 28 | 26 | 22 | 0 | 5 | F | 54 | 28 | 8 | F |
Octal | 50 | 46 | 42 | 0 | 5 | 17 | 124 | 50 | 10 | 17 |
Binary | 101000 | 100110 | 100010 | 0 | 101 | 1111 | 1010100 | 101000 | 1000 | 1111 |
Color Harmonies of #282622
Complementary color
Monochromatic Colors of #282622
Black with #282622
Text Example
Text Example
White with #282622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282622; }
p { color: rgb(40,38,34); }
H1.HeaderClassName
{
color: #282622;
}
.AnyTagClassName
{
color: #282622;
}
</style>
background-color css
<style>
a { background-color: #282622; }
a { background-color: rgb(40,38,34); }
div.DivClassName
{
background-color: #282622;
}
.BgClassName
{
background-color: #282622;
}
</style>
border-color css
<style>
span { border-color: #282622; }
span { border-color: rgb(40,38,34); }
td.TdClassName
{
border-color: #282622;
}
.TagClassName
{
border-color: #282622;
}
</style>