Shades of Black Pearl #121E25
Tints of Black Pearl #121E25
RGB
CMYK
RGB Variations
Color information
#121E25 (or 0x121E25) is known color: Black Pearl. HEX triplet: 12, 1E and 25. RGB value is (18,30,37). Sum of RGB (Red+Green+Blue) = 18+30+37=85 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.18% from 85); Green value is 30 (12.11% from 255 or 35.29% from 85); Blue value is 37 (14.84% from 255 or 43.53% from 85); Max value from RGB is 37 - color contains mainly: blue. Hex color #121E25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121E25 is #EDE1DA. Grayscale: #1B1B1B. Windows color (decimal): -15589851 or 2432530. OLE color: 2432530.
HSL color Cylindrical-coordinate representation of color #121E25: hue angle of 202.11º 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 #121E25 is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 18 | 30 | 37 | - |
| CMYK | 0.51 | 0.19 | 0 | 0.85 |
| HSL | 202.11º | 0.35% | 0.11% | - |
| HSV(B) | 202.11º | 0.51% | 0.15% | - |
| XYZ | 1.05 | 1.19 | 1.92 | - |
| YUV | 27.21 | 133.52 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 30 | 37 | 0.51 | 0.19 | 0 | 0.85 | 202.11 | 0.35 | 0.11 |
| Hex | 12 | 1E | 25 | 33 | 13 | 0 | 55 | CA | 23 | B |
| Octal | 22 | 36 | 45 | 63 | 23 | 0 | 125 | 312 | 43 | 13 |
| Binary | 10010 | 11110 | 100101 | 110011 | 10011 | 0 | 1010101 | 11001010 | 100011 | 1011 |
Color Harmonies of #121E25
Complementary color
Monochromatic Colors of #121E25
Black with #121E25
Text Example
Text Example
White with #121E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121E25; }
p { color: rgb(18,30,37); }
H1.HeaderClassName
{
color: #121E25;
}
.AnyTagClassName
{
color: #121E25;
}
</style>
background-color css
<style>
a { background-color: #121E25; }
a { background-color: rgb(18,30,37); }
div.DivClassName
{
background-color: #121E25;
}
.BgClassName
{
background-color: #121E25;
}
</style>
border-color css
<style>
span { border-color: #121E25; }
span { border-color: rgb(18,30,37); }
td.TdClassName
{
border-color: #121E25;
}
.TagClassName
{
border-color: #121E25;
}
</style>