Shades of Black Pearl #021723
Tints of Black Pearl #021723
RGB
CMYK
RGB Variations
Color information
#021723 (or 0x021723) is known color: Black Pearl. HEX triplet: 02, 17 and 23. RGB value is (2,23,35). Sum of RGB (Red+Green+Blue) = 2+23+35=60 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.33% from 60); Green value is 23 (9.38% from 255 or 38.33% from 60); Blue value is 35 (14.06% from 255 or 58.33% from 60); Max value from RGB is 35 - color contains mainly: blue. Hex color #021723 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021723 is #FDE8DC. Grayscale: #121212. Windows color (decimal): -16640221 or 2299650. OLE color: 2299650.
HSL color Cylindrical-coordinate representation of color #021723: hue angle of 201.82º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #021723 is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 2 | 23 | 35 | - |
| CMYK | 0.94 | 0.34 | 0 | 0.86 |
| HSL | 201.82º | 0.89% | 0.07% | - |
| HSV(B) | 201.82º | 0.94% | 0.14% | - |
| XYZ | 0.63 | 0.75 | 1.7 | - |
| YUV | 18.09 | 137.54 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 23 | 35 | 0.94 | 0.34 | 0 | 0.86 | 201.82 | 0.89 | 0.07 |
| Hex | 2 | 17 | 23 | 5E | 22 | 0 | 56 | CA | 59 | 7 |
| Octal | 2 | 27 | 43 | 136 | 42 | 0 | 126 | 312 | 131 | 7 |
| Binary | 10 | 10111 | 100011 | 1011110 | 100010 | 0 | 1010110 | 11001010 | 1011001 | 111 |
Color Harmonies of #021723
Complementary color
Monochromatic Colors of #021723
Black with #021723
Text Example
Text Example
White with #021723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021723; }
p { color: rgb(2,23,35); }
H1.HeaderClassName
{
color: #021723;
}
.AnyTagClassName
{
color: #021723;
}
</style>
background-color css
<style>
a { background-color: #021723; }
a { background-color: rgb(2,23,35); }
div.DivClassName
{
background-color: #021723;
}
.BgClassName
{
background-color: #021723;
}
</style>
border-color css
<style>
span { border-color: #021723; }
span { border-color: rgb(2,23,35); }
td.TdClassName
{
border-color: #021723;
}
.TagClassName
{
border-color: #021723;
}
</style>