Shades of Black Pearl #06172B
Tints of Black Pearl #06172B
RGB
CMYK
RGB Variations
Color information
#06172B (or 0x06172B) is known color: Black Pearl. HEX triplet: 06, 17 and 2B. RGB value is (6,23,43). Sum of RGB (Red+Green+Blue) = 6+23+43=72 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.33% from 72); Green value is 23 (9.38% from 255 or 31.94% from 72); Blue value is 43 (17.19% from 255 or 59.72% from 72); Max value from RGB is 43 - color contains mainly: blue. Hex color #06172B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06172B is #F9E8D4. Grayscale: #141414. Windows color (decimal): -16378069 or 2823942. OLE color: 2823942.
HSL color Cylindrical-coordinate representation of color #06172B: hue angle of 212.43º 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 #06172B is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 6 | 23 | 43 | - |
| CMYK | 0.86 | 0.47 | 0 | 0.83 |
| HSL | 212.43º | 0.76% | 0.1% | - |
| HSV(B) | 212.43º | 0.86% | 0.17% | - |
| XYZ | 0.82 | 0.83 | 2.4 | - |
| YUV | 20.2 | 140.87 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 23 | 43 | 0.86 | 0.47 | 0 | 0.83 | 212.43 | 0.76 | 0.1 |
| Hex | 6 | 17 | 2B | 56 | 2F | 0 | 53 | D4 | 4C | A |
| Octal | 6 | 27 | 53 | 126 | 57 | 0 | 123 | 324 | 114 | 12 |
| Binary | 110 | 10111 | 101011 | 1010110 | 101111 | 0 | 1010011 | 11010100 | 1001100 | 1010 |
Color Harmonies of #06172B
Complementary color
Monochromatic Colors of #06172B
Black with #06172B
Text Example
Text Example
White with #06172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06172B; }
p { color: rgb(6,23,43); }
H1.HeaderClassName
{
color: #06172B;
}
.AnyTagClassName
{
color: #06172B;
}
</style>
background-color css
<style>
a { background-color: #06172B; }
a { background-color: rgb(6,23,43); }
div.DivClassName
{
background-color: #06172B;
}
.BgClassName
{
background-color: #06172B;
}
</style>
border-color css
<style>
span { border-color: #06172B; }
span { border-color: rgb(6,23,43); }
td.TdClassName
{
border-color: #06172B;
}
.TagClassName
{
border-color: #06172B;
}
</style>