Shades of Black Pearl #061C27
Tints of Black Pearl #061C27
RGB
CMYK
RGB Variations
Color information
#061C27 (or 0x061C27) is known color: Black Pearl. HEX triplet: 06, 1C and 27. RGB value is (6,28,39). Sum of RGB (Red+Green+Blue) = 6+28+39=73 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.22% from 73); Green value is 28 (11.33% from 255 or 38.36% from 73); Blue value is 39 (15.62% from 255 or 53.42% from 73); Max value from RGB is 39 - color contains mainly: blue. Hex color #061C27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061C27 is #F9E3D8. Grayscale: #161616. Windows color (decimal): -16376793 or 2563078. OLE color: 2563078.
HSL color Cylindrical-coordinate representation of color #061C27: hue angle of 200º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #061C27 is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 6 | 28 | 39 | - |
| CMYK | 0.85 | 0.28 | 0 | 0.85 |
| HSL | 200º | 0.73% | 0.09% | - |
| HSV(B) | 200º | 0.85% | 0.15% | - |
| XYZ | 0.86 | 1.02 | 2.07 | - |
| YUV | 22.68 | 137.21 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 28 | 39 | 0.85 | 0.28 | 0 | 0.85 | 200 | 0.73 | 0.09 |
| Hex | 6 | 1C | 27 | 55 | 1C | 0 | 55 | C8 | 49 | 9 |
| Octal | 6 | 34 | 47 | 125 | 34 | 0 | 125 | 310 | 111 | 11 |
| Binary | 110 | 11100 | 100111 | 1010101 | 11100 | 0 | 1010101 | 11001000 | 1001001 | 1001 |
Color Harmonies of #061C27
Complementary color
Monochromatic Colors of #061C27
Black with #061C27
Text Example
Text Example
White with #061C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061C27; }
p { color: rgb(6,28,39); }
H1.HeaderClassName
{
color: #061C27;
}
.AnyTagClassName
{
color: #061C27;
}
</style>
background-color css
<style>
a { background-color: #061C27; }
a { background-color: rgb(6,28,39); }
div.DivClassName
{
background-color: #061C27;
}
.BgClassName
{
background-color: #061C27;
}
</style>
border-color css
<style>
span { border-color: #061C27; }
span { border-color: rgb(6,28,39); }
td.TdClassName
{
border-color: #061C27;
}
.TagClassName
{
border-color: #061C27;
}
</style>