Shades of Black Pearl #171B1F
Tints of Black Pearl #171B1F
RGB
CMYK
RGB Variations
Color information
#171B1F (or 0x171B1F) is known color: Black Pearl. HEX triplet: 17, 1B and 1F. RGB value is (23,27,31). Sum of RGB (Red+Green+Blue) = 23+27+31=81 (10% of max value = 765). Red value is 23 (9.38% from 255 or 28.40% from 81); Green value is 27 (10.94% from 255 or 33.33% from 81); Blue value is 31 (12.5% from 255 or 38.27% from 81); Max value from RGB is 31 - color contains mainly: blue. Hex color #171B1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #171B1F is #E8E4E0. Grayscale: #1A1A1A. Windows color (decimal): -15262945 or 2038551. OLE color: 2038551.
HSL color Cylindrical-coordinate representation of color #171B1F: hue angle of 210º degrees, saturation: 0.15, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #171B1F is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 23 | 27 | 31 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.88 |
| HSL | 210º | 0.15% | 0.11% | - |
| HSV(B) | 210º | 0.26% | 0.12% | - |
| XYZ | 0.99 | 1.06 | 1.45 | - |
| YUV | 26.26 | 130.67 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 27 | 31 | 0.26 | 0.13 | 0 | 0.88 | 210 | 0.15 | 0.11 |
| Hex | 17 | 1B | 1F | 1A | D | 0 | 58 | D2 | F | B |
| Octal | 27 | 33 | 37 | 32 | 15 | 0 | 130 | 322 | 17 | 13 |
| Binary | 10111 | 11011 | 11111 | 11010 | 1101 | 0 | 1011000 | 11010010 | 1111 | 1011 |
Color Harmonies of #171B1F
Complementary color
Monochromatic Colors of #171B1F
Black with #171B1F
Text Example
Text Example
White with #171B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171B1F; }
p { color: rgb(23,27,31); }
H1.HeaderClassName
{
color: #171B1F;
}
.AnyTagClassName
{
color: #171B1F;
}
</style>
background-color css
<style>
a { background-color: #171B1F; }
a { background-color: rgb(23,27,31); }
div.DivClassName
{
background-color: #171B1F;
}
.BgClassName
{
background-color: #171B1F;
}
</style>
border-color css
<style>
span { border-color: #171B1F; }
span { border-color: rgb(23,27,31); }
td.TdClassName
{
border-color: #171B1F;
}
.TagClassName
{
border-color: #171B1F;
}
</style>