Shades of Black Pearl #061321
Tints of Black Pearl #061321
RGB
CMYK
RGB Variations
Color information
#061321 (or 0x061321) is known color: Black Pearl. HEX triplet: 06, 13 and 21. RGB value is (6,19,33). Sum of RGB (Red+Green+Blue) = 6+19+33=58 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.34% from 58); Green value is 19 (7.81% from 255 or 32.76% from 58); Blue value is 33 (13.28% from 255 or 56.90% from 58); Max value from RGB is 33 - color contains mainly: blue. Hex color #061321 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061321 is #F9ECDE. Grayscale: #101010. Windows color (decimal): -16379103 or 2167558. OLE color: 2167558.
HSL color Cylindrical-coordinate representation of color #061321: hue angle of 211.11º degrees, saturation: 0.69, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #061321 is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 6 | 19 | 33 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.87 |
| HSL | 211.11º | 0.69% | 0.08% | - |
| HSV(B) | 211.11º | 0.82% | 0.13% | - |
| XYZ | 0.58 | 0.61 | 1.53 | - |
| YUV | 16.71 | 137.19 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 19 | 33 | 0.82 | 0.42 | 0 | 0.87 | 211.11 | 0.69 | 0.08 |
| Hex | 6 | 13 | 21 | 52 | 2A | 0 | 57 | D3 | 45 | 8 |
| Octal | 6 | 23 | 41 | 122 | 52 | 0 | 127 | 323 | 105 | 10 |
| Binary | 110 | 10011 | 100001 | 1010010 | 101010 | 0 | 1010111 | 11010011 | 1000101 | 1000 |
Color Harmonies of #061321
Complementary color
Monochromatic Colors of #061321
Black with #061321
Text Example
Text Example
White with #061321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061321; }
p { color: rgb(6,19,33); }
H1.HeaderClassName
{
color: #061321;
}
.AnyTagClassName
{
color: #061321;
}
</style>
background-color css
<style>
a { background-color: #061321; }
a { background-color: rgb(6,19,33); }
div.DivClassName
{
background-color: #061321;
}
.BgClassName
{
background-color: #061321;
}
</style>
border-color css
<style>
span { border-color: #061321; }
span { border-color: rgb(6,19,33); }
td.TdClassName
{
border-color: #061321;
}
.TagClassName
{
border-color: #061321;
}
</style>