Shades of Black Pearl #171A1B
Tints of Black Pearl #171A1B
RGB
CMYK
RGB Variations
Color information
#171A1B (or 0x171A1B) is known color: Black Pearl. HEX triplet: 17, 1A and 1B. RGB value is (23,26,27). Sum of RGB (Red+Green+Blue) = 23+26+27=76 (10% of max value = 765). Red value is 23 (9.38% from 255 or 30.26% from 76); Green value is 26 (10.55% from 255 or 34.21% from 76); Blue value is 27 (10.94% from 255 or 35.53% from 76); Max value from RGB is 27 - color contains mainly: blue. Hex color #171A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #171A1B is #E8E5E4. Grayscale: #191919. Windows color (decimal): -15263205 or 1776151. OLE color: 1776151.
HSL color Cylindrical-coordinate representation of color #171A1B: hue angle of 195º degrees, saturation: 0.08, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #171A1B is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 23 | 26 | 27 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.89 |
| HSL | 195º | 0.08% | 0.1% | - |
| HSV(B) | 195º | 0.15% | 0.11% | - |
| XYZ | 0.92 | 1 | 1.18 | - |
| YUV | 25.22 | 129.01 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 26 | 27 | 0.15 | 0.04 | 0 | 0.89 | 195 | 0.08 | 0.1 |
| Hex | 17 | 1A | 1B | F | 4 | 0 | 59 | C3 | 8 | A |
| Octal | 27 | 32 | 33 | 17 | 4 | 0 | 131 | 303 | 10 | 12 |
| Binary | 10111 | 11010 | 11011 | 1111 | 100 | 0 | 1011001 | 11000011 | 1000 | 1010 |
Color Harmonies of #171A1B
Complementary color
Monochromatic Colors of #171A1B
Black with #171A1B
Text Example
Text Example
White with #171A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171A1B; }
p { color: rgb(23,26,27); }
H1.HeaderClassName
{
color: #171A1B;
}
.AnyTagClassName
{
color: #171A1B;
}
</style>
background-color css
<style>
a { background-color: #171A1B; }
a { background-color: rgb(23,26,27); }
div.DivClassName
{
background-color: #171A1B;
}
.BgClassName
{
background-color: #171A1B;
}
</style>
border-color css
<style>
span { border-color: #171A1B; }
span { border-color: rgb(23,26,27); }
td.TdClassName
{
border-color: #171A1B;
}
.TagClassName
{
border-color: #171A1B;
}
</style>