Shades of Black Pearl #121C25
Tints of Black Pearl #121C25
RGB
CMYK
RGB Variations
Color information
#121C25 (or 0x121C25) is known color: Black Pearl. HEX triplet: 12, 1C and 25. RGB value is (18,28,37). Sum of RGB (Red+Green+Blue) = 18+28+37=83 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.69% from 83); Green value is 28 (11.33% from 255 or 33.73% from 83); Blue value is 37 (14.84% from 255 or 44.58% from 83); Max value from RGB is 37 - color contains mainly: blue. Hex color #121C25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121C25 is #EDE3DA. Grayscale: #191919. Windows color (decimal): -15590363 or 2432018. OLE color: 2432018.
HSL color Cylindrical-coordinate representation of color #121C25: hue angle of 208.42º degrees, saturation: 0.35, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #121C25 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 18 | 28 | 37 | - |
| CMYK | 0.51 | 0.24 | 0 | 0.85 |
| HSL | 208.42º | 0.35% | 0.11% | - |
| HSV(B) | 208.42º | 0.51% | 0.15% | - |
| XYZ | 1 | 1.09 | 1.91 | - |
| YUV | 26.04 | 134.19 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 28 | 37 | 0.51 | 0.24 | 0 | 0.85 | 208.42 | 0.35 | 0.11 |
| Hex | 12 | 1C | 25 | 33 | 18 | 0 | 55 | D0 | 23 | B |
| Octal | 22 | 34 | 45 | 63 | 30 | 0 | 125 | 320 | 43 | 13 |
| Binary | 10010 | 11100 | 100101 | 110011 | 11000 | 0 | 1010101 | 11010000 | 100011 | 1011 |
Color Harmonies of #121C25
Complementary color
Monochromatic Colors of #121C25
Black with #121C25
Text Example
Text Example
White with #121C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121C25; }
p { color: rgb(18,28,37); }
H1.HeaderClassName
{
color: #121C25;
}
.AnyTagClassName
{
color: #121C25;
}
</style>
background-color css
<style>
a { background-color: #121C25; }
a { background-color: rgb(18,28,37); }
div.DivClassName
{
background-color: #121C25;
}
.BgClassName
{
background-color: #121C25;
}
</style>
border-color css
<style>
span { border-color: #121C25; }
span { border-color: rgb(18,28,37); }
td.TdClassName
{
border-color: #121C25;
}
.TagClassName
{
border-color: #121C25;
}
</style>