Shades of Black Pearl #061C28
Tints of Black Pearl #061C28
RGB
CMYK
RGB Variations
Color information
#061C28 (or 0x061C28) is known color: Black Pearl. HEX triplet: 06, 1C and 28. RGB value is (6,28,40). Sum of RGB (Red+Green+Blue) = 6+28+40=74 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.11% from 74); Green value is 28 (11.33% from 255 or 37.84% from 74); Blue value is 40 (16.02% from 255 or 54.05% from 74); Max value from RGB is 40 - color contains mainly: blue. Hex color #061C28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061C28 is #F9E3D7. Grayscale: #161616. Windows color (decimal): -16376792 or 2628614. OLE color: 2628614.
HSL color Cylindrical-coordinate representation of color #061C28: hue angle of 201.18º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #061C28 is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 6 | 28 | 40 | - |
| CMYK | 0.85 | 0.30 | 0 | 0.84 |
| HSL | 201.18º | 0.74% | 0.09% | - |
| HSV(B) | 201.18º | 0.85% | 0.16% | - |
| XYZ | 0.87 | 1.02 | 2.16 | - |
| YUV | 22.79 | 137.71 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 28 | 40 | 0.85 | 0.30 | 0 | 0.84 | 201.18 | 0.74 | 0.09 |
| Hex | 6 | 1C | 28 | 55 | 1E | 0 | 54 | C9 | 4A | 9 |
| Octal | 6 | 34 | 50 | 125 | 36 | 0 | 124 | 311 | 112 | 11 |
| Binary | 110 | 11100 | 101000 | 1010101 | 11110 | 0 | 1010100 | 11001001 | 1001010 | 1001 |
Color Harmonies of #061C28
Complementary color
Monochromatic Colors of #061C28
Black with #061C28
Text Example
Text Example
White with #061C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061C28; }
p { color: rgb(6,28,40); }
H1.HeaderClassName
{
color: #061C28;
}
.AnyTagClassName
{
color: #061C28;
}
</style>
background-color css
<style>
a { background-color: #061C28; }
a { background-color: rgb(6,28,40); }
div.DivClassName
{
background-color: #061C28;
}
.BgClassName
{
background-color: #061C28;
}
</style>
border-color css
<style>
span { border-color: #061C28; }
span { border-color: rgb(6,28,40); }
td.TdClassName
{
border-color: #061C28;
}
.TagClassName
{
border-color: #061C28;
}
</style>