Shades of Black Pearl #061B2F
Tints of Black Pearl #061B2F
RGB
CMYK
RGB Variations
Color information
#061B2F (or 0x061B2F) is known color: Black Pearl. HEX triplet: 06, 1B and 2F. RGB value is (6,27,47). Sum of RGB (Red+Green+Blue) = 6+27+47=80 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.5% from 80); Green value is 27 (10.94% from 255 or 33.75% from 80); Blue value is 47 (18.75% from 255 or 58.75% from 80); Max value from RGB is 47 - color contains mainly: blue. Hex color #061B2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061B2F is #F9E4D0. Grayscale: #161616. Windows color (decimal): -16377041 or 3087110. OLE color: 3087110.
HSL color Cylindrical-coordinate representation of color #061B2F: hue angle of 209.27º degrees, saturation: 0.77, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #061B2F is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 6 | 27 | 47 | - |
| CMYK | 0.87 | 0.43 | 0 | 0.82 |
| HSL | 209.27º | 0.77% | 0.1% | - |
| HSV(B) | 209.27º | 0.87% | 0.18% | - |
| XYZ | 0.98 | 1.03 | 2.84 | - |
| YUV | 23 | 141.54 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 27 | 47 | 0.87 | 0.43 | 0 | 0.82 | 209.27 | 0.77 | 0.1 |
| Hex | 6 | 1B | 2F | 57 | 2B | 0 | 52 | D1 | 4D | A |
| Octal | 6 | 33 | 57 | 127 | 53 | 0 | 122 | 321 | 115 | 12 |
| Binary | 110 | 11011 | 101111 | 1010111 | 101011 | 0 | 1010010 | 11010001 | 1001101 | 1010 |
Color Harmonies of #061B2F
Complementary color
Monochromatic Colors of #061B2F
Black with #061B2F
Text Example
Text Example
White with #061B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061B2F; }
p { color: rgb(6,27,47); }
H1.HeaderClassName
{
color: #061B2F;
}
.AnyTagClassName
{
color: #061B2F;
}
</style>
background-color css
<style>
a { background-color: #061B2F; }
a { background-color: rgb(6,27,47); }
div.DivClassName
{
background-color: #061B2F;
}
.BgClassName
{
background-color: #061B2F;
}
</style>
border-color css
<style>
span { border-color: #061B2F; }
span { border-color: rgb(6,27,47); }
td.TdClassName
{
border-color: #061B2F;
}
.TagClassName
{
border-color: #061B2F;
}
</style>