Shades of Black #110303
Tints of Black #110303
RGB
CMYK
RGB Variations
Color information
#110303 (or 0x110303) is known color: Black. HEX triplet: 11, 03 and 03. RGB value is (17,3,3). Sum of RGB (Red+Green+Blue) = 17+3+3=23 (3% of max value = 765). Red value is 17 (7.03% from 255 or 73.91% from 23); Green value is 3 (1.56% from 255 or 13.04% from 23); Blue value is 3 (1.56% from 255 or 13.04% from 23); Max value from RGB is 17 - color contains mainly: red. Hex color #110303 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110303 is #EEFCFC. Grayscale: #070707. Windows color (decimal): -15662333 or 197393. OLE color: 197393.
HSL color Cylindrical-coordinate representation of color #110303: hue angle of 0º degrees, saturation: 0.7, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #110303 is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 3 | 3 | - |
| CMYK | 0 | 0.82 | 0.82 | 0.93 |
| HSL | 0º | 0.7% | 0.04% | - |
| HSV(B) | 0º | 0.82% | 0.07% | - |
| XYZ | 0.28 | 0.19 | 0.11 | - |
| YUV | 7.19 | 125.64 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 3 | 3 | 0 | 0.82 | 0.82 | 0.93 | 0 | 0.7 | 0.04 |
| Hex | 11 | 3 | 3 | 0 | 52 | 52 | 5D | 0 | 46 | 4 |
| Octal | 21 | 3 | 3 | 0 | 122 | 122 | 135 | 0 | 106 | 4 |
| Binary | 10001 | 11 | 11 | 0 | 1010010 | 1010010 | 1011101 | 0 | 1000110 | 100 |
Color Harmonies of #110303
Complementary color
Monochromatic Colors of #110303
Black with #110303
Text Example
Text Example
White with #110303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110303; }
p { color: rgb(17,3,3); }
H1.HeaderClassName
{
color: #110303;
}
.AnyTagClassName
{
color: #110303;
}
</style>
background-color css
<style>
a { background-color: #110303; }
a { background-color: rgb(17,3,3); }
div.DivClassName
{
background-color: #110303;
}
.BgClassName
{
background-color: #110303;
}
</style>
border-color css
<style>
span { border-color: #110303; }
span { border-color: rgb(17,3,3); }
td.TdClassName
{
border-color: #110303;
}
.TagClassName
{
border-color: #110303;
}
</style>