Shades of Black Pearl #121F23
Tints of Black Pearl #121F23
RGB
CMYK
RGB Variations
Color information
#121F23 (or 0x121F23) is known color: Black Pearl. HEX triplet: 12, 1F and 23. RGB value is (18,31,35). Sum of RGB (Red+Green+Blue) = 18+31+35=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 31 (12.5% from 255 or 36.90% from 84); Blue value is 35 (14.06% from 255 or 41.67% from 84); Max value from RGB is 35 - color contains mainly: blue. Hex color #121F23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F23 is #EDE0DC. Grayscale: #1B1B1B. Windows color (decimal): -15589597 or 2301714. OLE color: 2301714.
HSL color Cylindrical-coordinate representation of color #121F23: hue angle of 194.12º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #121F23 is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 18 | 31 | 35 | - |
| CMYK | 0.49 | 0.11 | 0 | 0.86 |
| HSL | 194.12º | 0.32% | 0.1% | - |
| HSV(B) | 194.12º | 0.49% | 0.14% | - |
| XYZ | 1.04 | 1.23 | 1.77 | - |
| YUV | 27.57 | 132.19 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 31 | 35 | 0.49 | 0.11 | 0 | 0.86 | 194.12 | 0.32 | 0.1 |
| Hex | 12 | 1F | 23 | 31 | B | 0 | 56 | C2 | 20 | A |
| Octal | 22 | 37 | 43 | 61 | 13 | 0 | 126 | 302 | 40 | 12 |
| Binary | 10010 | 11111 | 100011 | 110001 | 1011 | 0 | 1010110 | 11000010 | 100000 | 1010 |
Color Harmonies of #121F23
Complementary color
Monochromatic Colors of #121F23
Black with #121F23
Text Example
Text Example
White with #121F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121F23; }
p { color: rgb(18,31,35); }
H1.HeaderClassName
{
color: #121F23;
}
.AnyTagClassName
{
color: #121F23;
}
</style>
background-color css
<style>
a { background-color: #121F23; }
a { background-color: rgb(18,31,35); }
div.DivClassName
{
background-color: #121F23;
}
.BgClassName
{
background-color: #121F23;
}
</style>
border-color css
<style>
span { border-color: #121F23; }
span { border-color: rgb(18,31,35); }
td.TdClassName
{
border-color: #121F23;
}
.TagClassName
{
border-color: #121F23;
}
</style>