Shades of Black Pearl #061A2C
Tints of Black Pearl #061A2C
RGB
CMYK
RGB Variations
Color information
#061A2C (or 0x061A2C) is known color: Black Pearl. HEX triplet: 06, 1A and 2C. RGB value is (6,26,44). Sum of RGB (Red+Green+Blue) = 6+26+44=76 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.89% from 76); Green value is 26 (10.55% from 255 or 34.21% from 76); Blue value is 44 (17.58% from 255 or 57.89% from 76); Max value from RGB is 44 - color contains mainly: blue. Hex color #061A2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061A2C is #F9E5D3. Grayscale: #151515. Windows color (decimal): -16377300 or 2890246. OLE color: 2890246.
HSL color Cylindrical-coordinate representation of color #061A2C: hue angle of 208.42º 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 #061A2C is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 6 | 26 | 44 | - |
| CMYK | 0.86 | 0.41 | 0 | 0.83 |
| HSL | 208.42º | 0.76% | 0.1% | - |
| HSV(B) | 208.42º | 0.86% | 0.17% | - |
| XYZ | 0.9 | 0.96 | 2.52 | - |
| YUV | 22.07 | 140.37 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 26 | 44 | 0.86 | 0.41 | 0 | 0.83 | 208.42 | 0.76 | 0.1 |
| Hex | 6 | 1A | 2C | 56 | 29 | 0 | 53 | D0 | 4C | A |
| Octal | 6 | 32 | 54 | 126 | 51 | 0 | 123 | 320 | 114 | 12 |
| Binary | 110 | 11010 | 101100 | 1010110 | 101001 | 0 | 1010011 | 11010000 | 1001100 | 1010 |
Color Harmonies of #061A2C
Complementary color
Monochromatic Colors of #061A2C
Black with #061A2C
Text Example
Text Example
White with #061A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061A2C; }
p { color: rgb(6,26,44); }
H1.HeaderClassName
{
color: #061A2C;
}
.AnyTagClassName
{
color: #061A2C;
}
</style>
background-color css
<style>
a { background-color: #061A2C; }
a { background-color: rgb(6,26,44); }
div.DivClassName
{
background-color: #061A2C;
}
.BgClassName
{
background-color: #061A2C;
}
</style>
border-color css
<style>
span { border-color: #061A2C; }
span { border-color: rgb(6,26,44); }
td.TdClassName
{
border-color: #061A2C;
}
.TagClassName
{
border-color: #061A2C;
}
</style>