Shades of Black Pearl #061A27
Tints of Black Pearl #061A27
RGB
CMYK
RGB Variations
Color information
#061A27 (or 0x061A27) is known color: Black Pearl. HEX triplet: 06, 1A and 27. RGB value is (6,26,39). Sum of RGB (Red+Green+Blue) = 6+26+39=71 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.45% from 71); Green value is 26 (10.55% from 255 or 36.62% from 71); Blue value is 39 (15.62% from 255 or 54.93% from 71); Max value from RGB is 39 - color contains mainly: blue. Hex color #061A27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061A27 is #F9E5D8. Grayscale: #151515. Windows color (decimal): -16377305 or 2562566. OLE color: 2562566.
HSL color Cylindrical-coordinate representation of color #061A27: hue angle of 203.64º 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 #061A27 is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 6 | 26 | 39 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.85 |
| HSL | 203.64º | 0.73% | 0.09% | - |
| HSV(B) | 203.64º | 0.85% | 0.15% | - |
| XYZ | 0.81 | 0.92 | 2.06 | - |
| YUV | 21.5 | 137.87 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 26 | 39 | 0.85 | 0.33 | 0 | 0.85 | 203.64 | 0.73 | 0.09 |
| Hex | 6 | 1A | 27 | 55 | 21 | 0 | 55 | CC | 49 | 9 |
| Octal | 6 | 32 | 47 | 125 | 41 | 0 | 125 | 314 | 111 | 11 |
| Binary | 110 | 11010 | 100111 | 1010101 | 100001 | 0 | 1010101 | 11001100 | 1001001 | 1001 |
Color Harmonies of #061A27
Complementary color
Monochromatic Colors of #061A27
Black with #061A27
Text Example
Text Example
White with #061A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061A27; }
p { color: rgb(6,26,39); }
H1.HeaderClassName
{
color: #061A27;
}
.AnyTagClassName
{
color: #061A27;
}
</style>
background-color css
<style>
a { background-color: #061A27; }
a { background-color: rgb(6,26,39); }
div.DivClassName
{
background-color: #061A27;
}
.BgClassName
{
background-color: #061A27;
}
</style>
border-color css
<style>
span { border-color: #061A27; }
span { border-color: rgb(6,26,39); }
td.TdClassName
{
border-color: #061A27;
}
.TagClassName
{
border-color: #061A27;
}
</style>