Shades of Black Pearl #171A1D
Tints of Black Pearl #171A1D
RGB
CMYK
RGB Variations
Color information
#171A1D (or 0x171A1D) is known color: Black Pearl. HEX triplet: 17, 1A and 1D. RGB value is (23,26,29). Sum of RGB (Red+Green+Blue) = 23+26+29=78 (10% of max value = 765). Red value is 23 (9.38% from 255 or 29.49% from 78); Green value is 26 (10.55% from 255 or 33.33% from 78); Blue value is 29 (11.72% from 255 or 37.18% from 78); Max value from RGB is 29 - color contains mainly: blue. Hex color #171A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #171A1D is #E8E5E2. Grayscale: #191919. Windows color (decimal): -15263203 or 1907223. OLE color: 1907223.
HSL color Cylindrical-coordinate representation of color #171A1D: hue angle of 210º degrees, saturation: 0.12, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #171A1D is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 23 | 26 | 29 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.89 |
| HSL | 210º | 0.12% | 0.1% | - |
| HSV(B) | 210º | 0.21% | 0.11% | - |
| XYZ | 0.94 | 1.01 | 1.31 | - |
| YUV | 25.45 | 130.01 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 26 | 29 | 0.21 | 0.10 | 0 | 0.89 | 210 | 0.12 | 0.1 |
| Hex | 17 | 1A | 1D | 15 | A | 0 | 59 | D2 | C | A |
| Octal | 27 | 32 | 35 | 25 | 12 | 0 | 131 | 322 | 14 | 12 |
| Binary | 10111 | 11010 | 11101 | 10101 | 1010 | 0 | 1011001 | 11010010 | 1100 | 1010 |
Color Harmonies of #171A1D
Complementary color
Monochromatic Colors of #171A1D
Black with #171A1D
Text Example
Text Example
White with #171A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171A1D; }
p { color: rgb(23,26,29); }
H1.HeaderClassName
{
color: #171A1D;
}
.AnyTagClassName
{
color: #171A1D;
}
</style>
background-color css
<style>
a { background-color: #171A1D; }
a { background-color: rgb(23,26,29); }
div.DivClassName
{
background-color: #171A1D;
}
.BgClassName
{
background-color: #171A1D;
}
</style>
border-color css
<style>
span { border-color: #171A1D; }
span { border-color: rgb(23,26,29); }
td.TdClassName
{
border-color: #171A1D;
}
.TagClassName
{
border-color: #171A1D;
}
</style>