Shades of Black Pearl #122430
Tints of Black Pearl #122430
RGB
CMYK
RGB Variations
Color information
#122430 (or 0x122430) is known color: Black Pearl. HEX triplet: 12, 24 and 30. RGB value is (18,36,48). Sum of RGB (Red+Green+Blue) = 18+36+48=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 36 (14.45% from 255 or 35.29% from 102); Blue value is 48 (19.14% from 255 or 47.06% from 102); Max value from RGB is 48 - color contains mainly: blue. Hex color #122430 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122430 is #EDDBCF. Grayscale: #1F1F1F. Windows color (decimal): -15588304 or 3154962. OLE color: 3154962.
HSL color Cylindrical-coordinate representation of color #122430: hue angle of 204º 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 #122430 is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 18 | 36 | 48 | - |
| CMYK | 0.63 | 0.25 | 0 | 0.81 |
| HSL | 204º | 0.45% | 0.13% | - |
| HSV(B) | 204º | 0.63% | 0.19% | - |
| XYZ | 1.41 | 1.6 | 3.03 | - |
| YUV | 31.99 | 137.04 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 36 | 48 | 0.63 | 0.25 | 0 | 0.81 | 204 | 0.45 | 0.13 |
| Hex | 12 | 24 | 30 | 3F | 19 | 0 | 51 | CC | 2D | D |
| Octal | 22 | 44 | 60 | 77 | 31 | 0 | 121 | 314 | 55 | 15 |
| Binary | 10010 | 100100 | 110000 | 111111 | 11001 | 0 | 1010001 | 11001100 | 101101 | 1101 |
Color Harmonies of #122430
Complementary color
Monochromatic Colors of #122430
Black with #122430
Text Example
Text Example
White with #122430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122430; }
p { color: rgb(18,36,48); }
H1.HeaderClassName
{
color: #122430;
}
.AnyTagClassName
{
color: #122430;
}
</style>
background-color css
<style>
a { background-color: #122430; }
a { background-color: rgb(18,36,48); }
div.DivClassName
{
background-color: #122430;
}
.BgClassName
{
background-color: #122430;
}
</style>
border-color css
<style>
span { border-color: #122430; }
span { border-color: rgb(18,36,48); }
td.TdClassName
{
border-color: #122430;
}
.TagClassName
{
border-color: #122430;
}
</style>