Shades of Black Pearl #011823
Tints of Black Pearl #011823
RGB
CMYK
RGB Variations
Color information
#011823 (or 0x011823) is known color: Black Pearl. HEX triplet: 01, 18 and 23. RGB value is (1,24,35). Sum of RGB (Red+Green+Blue) = 1+24+35=60 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.67% from 60); Green value is 24 (9.77% from 255 or 40% 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 #011823 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011823 is #FEE7DC. Grayscale: #121212. Windows color (decimal): -16705501 or 2299905. OLE color: 2299905.
HSL color Cylindrical-coordinate representation of color #011823: hue angle of 199.41º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011823 is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 1 | 24 | 35 | - |
| CMYK | 0.97 | 0.31 | 0 | 0.86 |
| HSL | 199.41º | 0.94% | 0.07% | - |
| HSV(B) | 199.41º | 0.97% | 0.14% | - |
| XYZ | 0.64 | 0.78 | 1.71 | - |
| YUV | 18.38 | 137.38 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 24 | 35 | 0.97 | 0.31 | 0 | 0.86 | 199.41 | 0.94 | 0.07 |
| Hex | 1 | 18 | 23 | 61 | 1F | 0 | 56 | C7 | 5E | 7 |
| Octal | 1 | 30 | 43 | 141 | 37 | 0 | 126 | 307 | 136 | 7 |
| Binary | 1 | 11000 | 100011 | 1100001 | 11111 | 0 | 1010110 | 11000111 | 1011110 | 111 |
Color Harmonies of #011823
Complementary color
Monochromatic Colors of #011823
Black with #011823
Text Example
Text Example
White with #011823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011823; }
p { color: rgb(1,24,35); }
H1.HeaderClassName
{
color: #011823;
}
.AnyTagClassName
{
color: #011823;
}
</style>
background-color css
<style>
a { background-color: #011823; }
a { background-color: rgb(1,24,35); }
div.DivClassName
{
background-color: #011823;
}
.BgClassName
{
background-color: #011823;
}
</style>
border-color css
<style>
span { border-color: #011823; }
span { border-color: rgb(1,24,35); }
td.TdClassName
{
border-color: #011823;
}
.TagClassName
{
border-color: #011823;
}
</style>