Shades of Black Pearl #061B2A
Tints of Black Pearl #061B2A
RGB
CMYK
RGB Variations
Color information
#061B2A (or 0x061B2A) is known color: Black Pearl. HEX triplet: 06, 1B and 2A. RGB value is (6,27,42). Sum of RGB (Red+Green+Blue) = 6+27+42=75 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8% from 75); Green value is 27 (10.94% from 255 or 36% from 75); Blue value is 42 (16.80% from 255 or 56% from 75); Max value from RGB is 42 - color contains mainly: blue. Hex color #061B2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061B2A is #F9E4D5. Grayscale: #161616. Windows color (decimal): -16377046 or 2759430. OLE color: 2759430.
HSL color Cylindrical-coordinate representation of color #061B2A: hue angle of 205º degrees, saturation: 0.75, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #061B2A is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 6 | 27 | 42 | - |
| CMYK | 0.86 | 0.36 | 0 | 0.84 |
| HSL | 205º | 0.75% | 0.09% | - |
| HSV(B) | 205º | 0.86% | 0.16% | - |
| XYZ | 0.88 | 0.99 | 2.33 | - |
| YUV | 22.43 | 139.04 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 27 | 42 | 0.86 | 0.36 | 0 | 0.84 | 205 | 0.75 | 0.09 |
| Hex | 6 | 1B | 2A | 56 | 24 | 0 | 54 | CD | 4B | 9 |
| Octal | 6 | 33 | 52 | 126 | 44 | 0 | 124 | 315 | 113 | 11 |
| Binary | 110 | 11011 | 101010 | 1010110 | 100100 | 0 | 1010100 | 11001101 | 1001011 | 1001 |
Color Harmonies of #061B2A
Complementary color
Monochromatic Colors of #061B2A
Black with #061B2A
Text Example
Text Example
White with #061B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061B2A; }
p { color: rgb(6,27,42); }
H1.HeaderClassName
{
color: #061B2A;
}
.AnyTagClassName
{
color: #061B2A;
}
</style>
background-color css
<style>
a { background-color: #061B2A; }
a { background-color: rgb(6,27,42); }
div.DivClassName
{
background-color: #061B2A;
}
.BgClassName
{
background-color: #061B2A;
}
</style>
border-color css
<style>
span { border-color: #061B2A; }
span { border-color: rgb(6,27,42); }
td.TdClassName
{
border-color: #061B2A;
}
.TagClassName
{
border-color: #061B2A;
}
</style>