Shades of Black Pearl #061C1E
Tints of Black Pearl #061C1E
RGB
CMYK
RGB Variations
Color information
#061C1E (or 0x061C1E) is known color: Black Pearl. HEX triplet: 06, 1C and 1E. RGB value is (6,28,30). Sum of RGB (Red+Green+Blue) = 6+28+30=64 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.38% from 64); Green value is 28 (11.33% from 255 or 43.75% from 64); Blue value is 30 (12.11% from 255 or 46.88% from 64); Max value from RGB is 30 - color contains mainly: blue. Hex color #061C1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061C1E is #F9E3E1. Grayscale: #151515. Windows color (decimal): -16376802 or 1973254. OLE color: 1973254.
HSL color Cylindrical-coordinate representation of color #061C1E: hue angle of 185º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #061C1E is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 6 | 28 | 30 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.88 |
| HSL | 185º | 0.67% | 0.07% | - |
| HSV(B) | 185º | 0.8% | 0.12% | - |
| XYZ | 0.72 | 0.96 | 1.38 | - |
| YUV | 21.65 | 132.71 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 28 | 30 | 0.80 | 0.07 | 0 | 0.88 | 185 | 0.67 | 0.07 |
| Hex | 6 | 1C | 1E | 50 | 7 | 0 | 58 | B9 | 43 | 7 |
| Octal | 6 | 34 | 36 | 120 | 7 | 0 | 130 | 271 | 103 | 7 |
| Binary | 110 | 11100 | 11110 | 1010000 | 111 | 0 | 1011000 | 10111001 | 1000011 | 111 |
Color Harmonies of #061C1E
Complementary color
Monochromatic Colors of #061C1E
Black with #061C1E
Text Example
Text Example
White with #061C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061C1E; }
p { color: rgb(6,28,30); }
H1.HeaderClassName
{
color: #061C1E;
}
.AnyTagClassName
{
color: #061C1E;
}
</style>
background-color css
<style>
a { background-color: #061C1E; }
a { background-color: rgb(6,28,30); }
div.DivClassName
{
background-color: #061C1E;
}
.BgClassName
{
background-color: #061C1E;
}
</style>
border-color css
<style>
span { border-color: #061C1E; }
span { border-color: rgb(6,28,30); }
td.TdClassName
{
border-color: #061C1E;
}
.TagClassName
{
border-color: #061C1E;
}
</style>