Shades of Black Pearl #061B2C
Tints of Black Pearl #061B2C
RGB
CMYK
RGB Variations
Color information
#061B2C (or 0x061B2C) is known color: Black Pearl. HEX triplet: 06, 1B and 2C. RGB value is (6,27,44). Sum of RGB (Red+Green+Blue) = 6+27+44=77 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.79% from 77); Green value is 27 (10.94% from 255 or 35.06% from 77); Blue value is 44 (17.58% from 255 or 57.14% from 77); Max value from RGB is 44 - color contains mainly: blue. Hex color #061B2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061B2C is #F9E4D3. Grayscale: #161616. Windows color (decimal): -16377044 or 2890502. OLE color: 2890502.
HSL color Cylindrical-coordinate representation of color #061B2C: hue angle of 206.84º 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 #061B2C is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 6 | 27 | 44 | - |
| CMYK | 0.86 | 0.39 | 0 | 0.83 |
| HSL | 206.84º | 0.76% | 0.1% | - |
| HSV(B) | 206.84º | 0.86% | 0.17% | - |
| XYZ | 0.92 | 1 | 2.53 | - |
| YUV | 22.66 | 140.04 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 27 | 44 | 0.86 | 0.39 | 0 | 0.83 | 206.84 | 0.76 | 0.1 |
| Hex | 6 | 1B | 2C | 56 | 27 | 0 | 53 | CF | 4C | A |
| Octal | 6 | 33 | 54 | 126 | 47 | 0 | 123 | 317 | 114 | 12 |
| Binary | 110 | 11011 | 101100 | 1010110 | 100111 | 0 | 1010011 | 11001111 | 1001100 | 1010 |
Color Harmonies of #061B2C
Complementary color
Monochromatic Colors of #061B2C
Black with #061B2C
Text Example
Text Example
White with #061B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061B2C; }
p { color: rgb(6,27,44); }
H1.HeaderClassName
{
color: #061B2C;
}
.AnyTagClassName
{
color: #061B2C;
}
</style>
background-color css
<style>
a { background-color: #061B2C; }
a { background-color: rgb(6,27,44); }
div.DivClassName
{
background-color: #061B2C;
}
.BgClassName
{
background-color: #061B2C;
}
</style>
border-color css
<style>
span { border-color: #061B2C; }
span { border-color: rgb(6,27,44); }
td.TdClassName
{
border-color: #061B2C;
}
.TagClassName
{
border-color: #061B2C;
}
</style>