Shades of Black Pearl #121B2A
Tints of Black Pearl #121B2A
RGB
CMYK
RGB Variations
Color information
#121B2A (or 0x121B2A) is known color: Black Pearl. HEX triplet: 12, 1B and 2A. RGB value is (18,27,42). Sum of RGB (Red+Green+Blue) = 18+27+42=87 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.69% from 87); Green value is 27 (10.94% from 255 or 31.03% from 87); Blue value is 42 (16.80% from 255 or 48.28% from 87); Max value from RGB is 42 - color contains mainly: blue. Hex color #121B2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121B2A is #EDE4D5. Grayscale: #191919. Windows color (decimal): -15590614 or 2759442. OLE color: 2759442.
HSL color Cylindrical-coordinate representation of color #121B2A: hue angle of 217.5º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #121B2A is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 18 | 27 | 42 | - |
| CMYK | 0.57 | 0.36 | 0 | 0.84 |
| HSL | 217.5º | 0.4% | 0.12% | - |
| HSV(B) | 217.5º | 0.57% | 0.16% | - |
| XYZ | 1.06 | 1.08 | 2.34 | - |
| YUV | 26.02 | 137.02 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 42 | 0.57 | 0.36 | 0 | 0.84 | 217.5 | 0.4 | 0.12 |
| Hex | 12 | 1B | 2A | 39 | 24 | 0 | 54 | DA | 28 | C |
| Octal | 22 | 33 | 52 | 71 | 44 | 0 | 124 | 332 | 50 | 14 |
| Binary | 10010 | 11011 | 101010 | 111001 | 100100 | 0 | 1010100 | 11011010 | 101000 | 1100 |
Color Harmonies of #121B2A
Complementary color
Monochromatic Colors of #121B2A
Black with #121B2A
Text Example
Text Example
White with #121B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121B2A; }
p { color: rgb(18,27,42); }
H1.HeaderClassName
{
color: #121B2A;
}
.AnyTagClassName
{
color: #121B2A;
}
</style>
background-color css
<style>
a { background-color: #121B2A; }
a { background-color: rgb(18,27,42); }
div.DivClassName
{
background-color: #121B2A;
}
.BgClassName
{
background-color: #121B2A;
}
</style>
border-color css
<style>
span { border-color: #121B2A; }
span { border-color: rgb(18,27,42); }
td.TdClassName
{
border-color: #121B2A;
}
.TagClassName
{
border-color: #121B2A;
}
</style>