Shades of Black Pearl #061B1C
Tints of Black Pearl #061B1C
RGB
CMYK
RGB Variations
Color information
#061B1C (or 0x061B1C) is known color: Black Pearl. HEX triplet: 06, 1B and 1C. RGB value is (6,27,28). Sum of RGB (Red+Green+Blue) = 6+27+28=61 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.84% from 61); Green value is 27 (10.94% from 255 or 44.26% from 61); Blue value is 28 (11.33% from 255 or 45.90% from 61); Max value from RGB is 28 - color contains mainly: blue. Hex color #061B1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061B1C is #F9E4E3. Grayscale: #141414. Windows color (decimal): -16377060 or 1841926. OLE color: 1841926.
HSL color Cylindrical-coordinate representation of color #061B1C: hue angle of 182.73º degrees, saturation: 0.65, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #061B1C is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 6 | 27 | 28 | - |
| CMYK | 0.79 | 0.04 | 0 | 0.89 |
| HSL | 182.73º | 0.65% | 0.07% | - |
| HSV(B) | 182.73º | 0.79% | 0.11% | - |
| XYZ | 0.68 | 0.91 | 1.24 | - |
| YUV | 20.84 | 132.04 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 27 | 28 | 0.79 | 0.04 | 0 | 0.89 | 182.73 | 0.65 | 0.07 |
| Hex | 6 | 1B | 1C | 4F | 4 | 0 | 59 | B7 | 41 | 7 |
| Octal | 6 | 33 | 34 | 117 | 4 | 0 | 131 | 267 | 101 | 7 |
| Binary | 110 | 11011 | 11100 | 1001111 | 100 | 0 | 1011001 | 10110111 | 1000001 | 111 |
Color Harmonies of #061B1C
Complementary color
Monochromatic Colors of #061B1C
Black with #061B1C
Text Example
Text Example
White with #061B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061B1C; }
p { color: rgb(6,27,28); }
H1.HeaderClassName
{
color: #061B1C;
}
.AnyTagClassName
{
color: #061B1C;
}
</style>
background-color css
<style>
a { background-color: #061B1C; }
a { background-color: rgb(6,27,28); }
div.DivClassName
{
background-color: #061B1C;
}
.BgClassName
{
background-color: #061B1C;
}
</style>
border-color css
<style>
span { border-color: #061B1C; }
span { border-color: rgb(6,27,28); }
td.TdClassName
{
border-color: #061B1C;
}
.TagClassName
{
border-color: #061B1C;
}
</style>