Shades of Black Pearl #121E30
Tints of Black Pearl #121E30
RGB
CMYK
RGB Variations
Color information
#121E30 (or 0x121E30) is known color: Black Pearl. HEX triplet: 12, 1E and 30. RGB value is (18,30,48). Sum of RGB (Red+Green+Blue) = 18+30+48=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 30 (12.11% from 255 or 31.25% from 96); Blue value is 48 (19.14% from 255 or 50% from 96); Max value from RGB is 48 - color contains mainly: blue. Hex color #121E30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121E30 is #EDE1CF. Grayscale: #1C1C1C. Windows color (decimal): -15589840 or 3153426. OLE color: 3153426.
HSL color Cylindrical-coordinate representation of color #121E30: hue angle of 216º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #121E30 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 18 | 30 | 48 | - |
| CMYK | 0.63 | 0.37 | 0 | 0.81 |
| HSL | 216º | 0.45% | 0.13% | - |
| HSV(B) | 216º | 0.63% | 0.19% | - |
| XYZ | 1.25 | 1.27 | 2.98 | - |
| YUV | 28.46 | 139.02 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 30 | 48 | 0.63 | 0.37 | 0 | 0.81 | 216 | 0.45 | 0.13 |
| Hex | 12 | 1E | 30 | 3F | 25 | 0 | 51 | D8 | 2D | D |
| Octal | 22 | 36 | 60 | 77 | 45 | 0 | 121 | 330 | 55 | 15 |
| Binary | 10010 | 11110 | 110000 | 111111 | 100101 | 0 | 1010001 | 11011000 | 101101 | 1101 |
Color Harmonies of #121E30
Complementary color
Monochromatic Colors of #121E30
Black with #121E30
Text Example
Text Example
White with #121E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121E30; }
p { color: rgb(18,30,48); }
H1.HeaderClassName
{
color: #121E30;
}
.AnyTagClassName
{
color: #121E30;
}
</style>
background-color css
<style>
a { background-color: #121E30; }
a { background-color: rgb(18,30,48); }
div.DivClassName
{
background-color: #121E30;
}
.BgClassName
{
background-color: #121E30;
}
</style>
border-color css
<style>
span { border-color: #121E30; }
span { border-color: rgb(18,30,48); }
td.TdClassName
{
border-color: #121E30;
}
.TagClassName
{
border-color: #121E30;
}
</style>