Shades of Black Pearl #061C2D
Tints of Black Pearl #061C2D
RGB
CMYK
RGB Variations
Color information
#061C2D (or 0x061C2D) is known color: Black Pearl. HEX triplet: 06, 1C and 2D. RGB value is (6,28,45). Sum of RGB (Red+Green+Blue) = 6+28+45=79 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.59% from 79); Green value is 28 (11.33% from 255 or 35.44% from 79); Blue value is 45 (17.97% from 255 or 56.96% from 79); Max value from RGB is 45 - color contains mainly: blue. Hex color #061C2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061C2D is #F9E3D2. Grayscale: #171717. Windows color (decimal): -16376787 or 2956294. OLE color: 2956294.
HSL color Cylindrical-coordinate representation of color #061C2D: hue angle of 206.15º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #061C2D is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 6 | 28 | 45 | - |
| CMYK | 0.87 | 0.38 | 0 | 0.82 |
| HSL | 206.15º | 0.76% | 0.1% | - |
| HSV(B) | 206.15º | 0.87% | 0.18% | - |
| XYZ | 0.96 | 1.06 | 2.64 | - |
| YUV | 23.36 | 140.21 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 28 | 45 | 0.87 | 0.38 | 0 | 0.82 | 206.15 | 0.76 | 0.1 |
| Hex | 6 | 1C | 2D | 57 | 26 | 0 | 52 | CE | 4C | A |
| Octal | 6 | 34 | 55 | 127 | 46 | 0 | 122 | 316 | 114 | 12 |
| Binary | 110 | 11100 | 101101 | 1010111 | 100110 | 0 | 1010010 | 11001110 | 1001100 | 1010 |
Color Harmonies of #061C2D
Complementary color
Monochromatic Colors of #061C2D
Black with #061C2D
Text Example
Text Example
White with #061C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061C2D; }
p { color: rgb(6,28,45); }
H1.HeaderClassName
{
color: #061C2D;
}
.AnyTagClassName
{
color: #061C2D;
}
</style>
background-color css
<style>
a { background-color: #061C2D; }
a { background-color: rgb(6,28,45); }
div.DivClassName
{
background-color: #061C2D;
}
.BgClassName
{
background-color: #061C2D;
}
</style>
border-color css
<style>
span { border-color: #061C2D; }
span { border-color: rgb(6,28,45); }
td.TdClassName
{
border-color: #061C2D;
}
.TagClassName
{
border-color: #061C2D;
}
</style>