Shades of Black Pearl #12252F
Tints of Black Pearl #12252F
RGB
CMYK
RGB Variations
Color information
#12252F (or 0x12252F) is known color: Black Pearl. HEX triplet: 12, 25 and 2F. RGB value is (18,37,47). Sum of RGB (Red+Green+Blue) = 18+37+47=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 37 (14.84% from 255 or 36.27% from 102); Blue value is 47 (18.75% from 255 or 46.08% from 102); Max value from RGB is 47 - color contains mainly: blue. Hex color #12252F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12252F is #EDDAD0. Grayscale: #202020. Windows color (decimal): -15588049 or 3089682. OLE color: 3089682.
HSL color Cylindrical-coordinate representation of color #12252F: hue angle of 200.69º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #12252F is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 37 | 47 | - |
| CMYK | 0.62 | 0.21 | 0 | 0.82 |
| HSL | 200.69º | 0.45% | 0.13% | - |
| HSV(B) | 200.69º | 0.62% | 0.18% | - |
| XYZ | 1.42 | 1.66 | 2.93 | - |
| YUV | 32.46 | 136.21 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 37 | 47 | 0.62 | 0.21 | 0 | 0.82 | 200.69 | 0.45 | 0.13 |
| Hex | 12 | 25 | 2F | 3E | 15 | 0 | 52 | C9 | 2D | D |
| Octal | 22 | 45 | 57 | 76 | 25 | 0 | 122 | 311 | 55 | 15 |
| Binary | 10010 | 100101 | 101111 | 111110 | 10101 | 0 | 1010010 | 11001001 | 101101 | 1101 |
Color Harmonies of #12252F
Complementary color
Monochromatic Colors of #12252F
Black with #12252F
Text Example
Text Example
White with #12252F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12252F; }
p { color: rgb(18,37,47); }
H1.HeaderClassName
{
color: #12252F;
}
.AnyTagClassName
{
color: #12252F;
}
</style>
background-color css
<style>
a { background-color: #12252F; }
a { background-color: rgb(18,37,47); }
div.DivClassName
{
background-color: #12252F;
}
.BgClassName
{
background-color: #12252F;
}
</style>
border-color css
<style>
span { border-color: #12252F; }
span { border-color: rgb(18,37,47); }
td.TdClassName
{
border-color: #12252F;
}
.TagClassName
{
border-color: #12252F;
}
</style>