Shades of Black Pearl #001F23
Tints of Black Pearl #001F23
RGB
CMYK
RGB Variations
Color information
#001F23 (or 0x001F23) is known color: Black Pearl. HEX triplet: 00, 1F and 23. RGB value is (0,31,35). Sum of RGB (Red+Green+Blue) = 0+31+35=66 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 66); Green value is 31 (12.5% from 255 or 46.97% from 66); Blue value is 35 (14.06% from 255 or 53.03% from 66); Max value from RGB is 35 - color contains mainly: blue. Hex color #001F23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001F23 is #FFE0DC. Grayscale: #161616. Windows color (decimal): -16769245 or 2301696. OLE color: 2301696.
HSL color Cylindrical-coordinate representation of color #001F23: hue angle of 186.86º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F23 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 0 | 31 | 35 | - |
| CMYK | 1 | 0.11 | 0 | 0.86 |
| HSL | 186.86º | 1% | 0.07% | - |
| HSV(B) | 186.86º | 1% | 0.14% | - |
| XYZ | 0.79 | 1.1 | 1.76 | - |
| YUV | 22.19 | 135.23 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 35 | 1 | 0.11 | 0 | 0.86 | 186.86 | 1 | 0.07 |
| Hex | 0 | 1F | 23 | 64 | B | 0 | 56 | BB | 64 | 7 |
| Octal | 0 | 37 | 43 | 144 | 13 | 0 | 126 | 273 | 144 | 7 |
| Binary | 0 | 11111 | 100011 | 1100100 | 1011 | 0 | 1010110 | 10111011 | 1100100 | 111 |
Color Harmonies of #001F23
Complementary color
Monochromatic Colors of #001F23
Black with #001F23
Text Example
Text Example
White with #001F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001F23; }
p { color: rgb(0,31,35); }
H1.HeaderClassName
{
color: #001F23;
}
.AnyTagClassName
{
color: #001F23;
}
</style>
background-color css
<style>
a { background-color: #001F23; }
a { background-color: rgb(0,31,35); }
div.DivClassName
{
background-color: #001F23;
}
.BgClassName
{
background-color: #001F23;
}
</style>
border-color css
<style>
span { border-color: #001F23; }
span { border-color: rgb(0,31,35); }
td.TdClassName
{
border-color: #001F23;
}
.TagClassName
{
border-color: #001F23;
}
</style>