Shades of Black Pearl #061D2B
Tints of Black Pearl #061D2B
RGB
CMYK
RGB Variations
Color information
#061D2B (or 0x061D2B) is known color: Black Pearl. HEX triplet: 06, 1D and 2B. RGB value is (6,29,43). Sum of RGB (Red+Green+Blue) = 6+29+43=78 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.69% from 78); Green value is 29 (11.72% from 255 or 37.18% from 78); Blue value is 43 (17.19% from 255 or 55.13% from 78); Max value from RGB is 43 - color contains mainly: blue. Hex color #061D2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061D2B is #F9E2D4. Grayscale: #171717. Windows color (decimal): -16376533 or 2825478. OLE color: 2825478.
HSL color Cylindrical-coordinate representation of color #061D2B: hue angle of 202.7º 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 #061D2B is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 6 | 29 | 43 | - |
| CMYK | 0.86 | 0.33 | 0 | 0.83 |
| HSL | 202.7º | 0.76% | 0.1% | - |
| HSV(B) | 202.7º | 0.86% | 0.17% | - |
| XYZ | 0.95 | 1.09 | 2.45 | - |
| YUV | 23.72 | 138.88 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 29 | 43 | 0.86 | 0.33 | 0 | 0.83 | 202.7 | 0.76 | 0.1 |
| Hex | 6 | 1D | 2B | 56 | 21 | 0 | 53 | CB | 4C | A |
| Octal | 6 | 35 | 53 | 126 | 41 | 0 | 123 | 313 | 114 | 12 |
| Binary | 110 | 11101 | 101011 | 1010110 | 100001 | 0 | 1010011 | 11001011 | 1001100 | 1010 |
Color Harmonies of #061D2B
Complementary color
Monochromatic Colors of #061D2B
Black with #061D2B
Text Example
Text Example
White with #061D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061D2B; }
p { color: rgb(6,29,43); }
H1.HeaderClassName
{
color: #061D2B;
}
.AnyTagClassName
{
color: #061D2B;
}
</style>
background-color css
<style>
a { background-color: #061D2B; }
a { background-color: rgb(6,29,43); }
div.DivClassName
{
background-color: #061D2B;
}
.BgClassName
{
background-color: #061D2B;
}
</style>
border-color css
<style>
span { border-color: #061D2B; }
span { border-color: rgb(6,29,43); }
td.TdClassName
{
border-color: #061D2B;
}
.TagClassName
{
border-color: #061D2B;
}
</style>