Shades of Black Pearl #061422
Tints of Black Pearl #061422
RGB
CMYK
RGB Variations
Color information
#061422 (or 0x061422) is known color: Black Pearl. HEX triplet: 06, 14 and 22. RGB value is (6,20,34). Sum of RGB (Red+Green+Blue) = 6+20+34=60 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10% from 60); Green value is 20 (8.20% from 255 or 33.33% from 60); Blue value is 34 (13.67% from 255 or 56.67% from 60); Max value from RGB is 34 - color contains mainly: blue. Hex color #061422 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061422 is #F9EBDD. Grayscale: #111111. Windows color (decimal): -16378846 or 2233350. OLE color: 2233350.
HSL color Cylindrical-coordinate representation of color #061422: hue angle of 210º degrees, saturation: 0.7, 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 #061422 is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 6 | 20 | 34 | - |
| CMYK | 0.82 | 0.41 | 0 | 0.87 |
| HSL | 210º | 0.7% | 0.08% | - |
| HSV(B) | 210º | 0.82% | 0.13% | - |
| XYZ | 0.61 | 0.65 | 1.61 | - |
| YUV | 17.41 | 137.36 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 20 | 34 | 0.82 | 0.41 | 0 | 0.87 | 210 | 0.7 | 0.08 |
| Hex | 6 | 14 | 22 | 52 | 29 | 0 | 57 | D2 | 46 | 8 |
| Octal | 6 | 24 | 42 | 122 | 51 | 0 | 127 | 322 | 106 | 10 |
| Binary | 110 | 10100 | 100010 | 1010010 | 101001 | 0 | 1010111 | 11010010 | 1000110 | 1000 |
Color Harmonies of #061422
Complementary color
Monochromatic Colors of #061422
Black with #061422
Text Example
Text Example
White with #061422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061422; }
p { color: rgb(6,20,34); }
H1.HeaderClassName
{
color: #061422;
}
.AnyTagClassName
{
color: #061422;
}
</style>
background-color css
<style>
a { background-color: #061422; }
a { background-color: rgb(6,20,34); }
div.DivClassName
{
background-color: #061422;
}
.BgClassName
{
background-color: #061422;
}
</style>
border-color css
<style>
span { border-color: #061422; }
span { border-color: rgb(6,20,34); }
td.TdClassName
{
border-color: #061422;
}
.TagClassName
{
border-color: #061422;
}
</style>