Shades of Black Pearl #101D23
Tints of Black Pearl #101D23
RGB
CMYK
RGB Variations
Color information
#101D23 (or 0x101D23) is known color: Black Pearl. HEX triplet: 10, 1D and 23. RGB value is (16,29,35). Sum of RGB (Red+Green+Blue) = 16+29+35=80 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20% from 80); Green value is 29 (11.72% from 255 or 36.25% from 80); Blue value is 35 (14.06% from 255 or 43.75% from 80); Max value from RGB is 35 - color contains mainly: blue. Hex color #101D23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101D23 is #EFE2DC. Grayscale: #191919. Windows color (decimal): -15721181 or 2301200. OLE color: 2301200.
HSL color Cylindrical-coordinate representation of color #101D23: hue angle of 198.95º degrees, saturation: 0.37, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #101D23 is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 16 | 29 | 35 | - |
| CMYK | 0.54 | 0.17 | 0 | 0.86 |
| HSL | 198.95º | 0.37% | 0.1% | - |
| HSV(B) | 198.95º | 0.54% | 0.14% | - |
| XYZ | 0.96 | 1.11 | 1.75 | - |
| YUV | 25.8 | 133.19 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 29 | 35 | 0.54 | 0.17 | 0 | 0.86 | 198.95 | 0.37 | 0.1 |
| Hex | 10 | 1D | 23 | 36 | 11 | 0 | 56 | C7 | 25 | A |
| Octal | 20 | 35 | 43 | 66 | 21 | 0 | 126 | 307 | 45 | 12 |
| Binary | 10000 | 11101 | 100011 | 110110 | 10001 | 0 | 1010110 | 11000111 | 100101 | 1010 |
Color Harmonies of #101D23
Complementary color
Monochromatic Colors of #101D23
Black with #101D23
Text Example
Text Example
White with #101D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101D23; }
p { color: rgb(16,29,35); }
H1.HeaderClassName
{
color: #101D23;
}
.AnyTagClassName
{
color: #101D23;
}
</style>
background-color css
<style>
a { background-color: #101D23; }
a { background-color: rgb(16,29,35); }
div.DivClassName
{
background-color: #101D23;
}
.BgClassName
{
background-color: #101D23;
}
</style>
border-color css
<style>
span { border-color: #101D23; }
span { border-color: rgb(16,29,35); }
td.TdClassName
{
border-color: #101D23;
}
.TagClassName
{
border-color: #101D23;
}
</style>