Shades of Black Pearl #06172C
Tints of Black Pearl #06172C
RGB
CMYK
RGB Variations
Color information
#06172C (or 0x06172C) is known color: Black Pearl. HEX triplet: 06, 17 and 2C. RGB value is (6,23,44). Sum of RGB (Red+Green+Blue) = 6+23+44=73 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.22% from 73); Green value is 23 (9.38% from 255 or 31.51% from 73); Blue value is 44 (17.58% from 255 or 60.27% from 73); Max value from RGB is 44 - color contains mainly: blue. Hex color #06172C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06172C is #F9E8D3. Grayscale: #141414. Windows color (decimal): -16378068 or 2889478. OLE color: 2889478.
HSL color Cylindrical-coordinate representation of color #06172C: hue angle of 213.16º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #06172C is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 6 | 23 | 44 | - |
| CMYK | 0.86 | 0.48 | 0 | 0.83 |
| HSL | 213.16º | 0.76% | 0.1% | - |
| HSV(B) | 213.16º | 0.86% | 0.17% | - |
| XYZ | 0.84 | 0.83 | 2.5 | - |
| YUV | 20.31 | 141.37 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 23 | 44 | 0.86 | 0.48 | 0 | 0.83 | 213.16 | 0.76 | 0.1 |
| Hex | 6 | 17 | 2C | 56 | 30 | 0 | 53 | D5 | 4C | A |
| Octal | 6 | 27 | 54 | 126 | 60 | 0 | 123 | 325 | 114 | 12 |
| Binary | 110 | 10111 | 101100 | 1010110 | 110000 | 0 | 1010011 | 11010101 | 1001100 | 1010 |
Color Harmonies of #06172C
Complementary color
Monochromatic Colors of #06172C
Black with #06172C
Text Example
Text Example
White with #06172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06172C; }
p { color: rgb(6,23,44); }
H1.HeaderClassName
{
color: #06172C;
}
.AnyTagClassName
{
color: #06172C;
}
</style>
background-color css
<style>
a { background-color: #06172C; }
a { background-color: rgb(6,23,44); }
div.DivClassName
{
background-color: #06172C;
}
.BgClassName
{
background-color: #06172C;
}
</style>
border-color css
<style>
span { border-color: #06172C; }
span { border-color: rgb(6,23,44); }
td.TdClassName
{
border-color: #06172C;
}
.TagClassName
{
border-color: #06172C;
}
</style>