Shades of Black Pearl #122530
Tints of Black Pearl #122530
RGB
CMYK
RGB Variations
Color information
#122530 (or 0x122530) is known color: Black Pearl. HEX triplet: 12, 25 and 30. RGB value is (18,37,48). Sum of RGB (Red+Green+Blue) = 18+37+48=103 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.48% from 103); Green value is 37 (14.84% from 255 or 35.92% from 103); Blue value is 48 (19.14% from 255 or 46.60% from 103); Max value from RGB is 48 - color contains mainly: blue. Hex color #122530 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122530 is #EDDACF. Grayscale: #202020. Windows color (decimal): -15588048 or 3155218. OLE color: 3155218.
HSL color Cylindrical-coordinate representation of color #122530: hue angle of 202º 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 #122530 is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 18 | 37 | 48 | - |
| CMYK | 0.63 | 0.23 | 0 | 0.81 |
| HSL | 202º | 0.45% | 0.13% | - |
| HSV(B) | 202º | 0.63% | 0.19% | - |
| XYZ | 1.44 | 1.67 | 3.04 | - |
| YUV | 32.57 | 136.71 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 37 | 48 | 0.63 | 0.23 | 0 | 0.81 | 202 | 0.45 | 0.13 |
| Hex | 12 | 25 | 30 | 3F | 17 | 0 | 51 | CA | 2D | D |
| Octal | 22 | 45 | 60 | 77 | 27 | 0 | 121 | 312 | 55 | 15 |
| Binary | 10010 | 100101 | 110000 | 111111 | 10111 | 0 | 1010001 | 11001010 | 101101 | 1101 |
Color Harmonies of #122530
Complementary color
Monochromatic Colors of #122530
Black with #122530
Text Example
Text Example
White with #122530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122530; }
p { color: rgb(18,37,48); }
H1.HeaderClassName
{
color: #122530;
}
.AnyTagClassName
{
color: #122530;
}
</style>
background-color css
<style>
a { background-color: #122530; }
a { background-color: rgb(18,37,48); }
div.DivClassName
{
background-color: #122530;
}
.BgClassName
{
background-color: #122530;
}
</style>
border-color css
<style>
span { border-color: #122530; }
span { border-color: rgb(18,37,48); }
td.TdClassName
{
border-color: #122530;
}
.TagClassName
{
border-color: #122530;
}
</style>