Shades of Black Pearl #12272F
Tints of Black Pearl #12272F
RGB
CMYK
RGB Variations
Color information
#12272F (or 0x12272F) is known color: Black Pearl. HEX triplet: 12, 27 and 2F. RGB value is (18,39,47). Sum of RGB (Red+Green+Blue) = 18+39+47=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 39 (15.62% from 255 or 37.5% from 104); Blue value is 47 (18.75% from 255 or 45.19% from 104); Max value from RGB is 47 - color contains mainly: blue. Hex color #12272F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12272F is #EDD8D0. Grayscale: #212121. Windows color (decimal): -15587537 or 3090194. OLE color: 3090194.
HSL color Cylindrical-coordinate representation of color #12272F: hue angle of 196.55º 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 #12272F is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 39 | 47 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.82 |
| HSL | 196.55º | 0.45% | 0.13% | - |
| HSV(B) | 196.55º | 0.62% | 0.18% | - |
| XYZ | 1.49 | 1.78 | 2.96 | - |
| YUV | 33.63 | 135.54 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 39 | 47 | 0.62 | 0.17 | 0 | 0.82 | 196.55 | 0.45 | 0.13 |
| Hex | 12 | 27 | 2F | 3E | 11 | 0 | 52 | C5 | 2D | D |
| Octal | 22 | 47 | 57 | 76 | 21 | 0 | 122 | 305 | 55 | 15 |
| Binary | 10010 | 100111 | 101111 | 111110 | 10001 | 0 | 1010010 | 11000101 | 101101 | 1101 |
Color Harmonies of #12272F
Complementary color
Monochromatic Colors of #12272F
Black with #12272F
Text Example
Text Example
White with #12272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12272F; }
p { color: rgb(18,39,47); }
H1.HeaderClassName
{
color: #12272F;
}
.AnyTagClassName
{
color: #12272F;
}
</style>
background-color css
<style>
a { background-color: #12272F; }
a { background-color: rgb(18,39,47); }
div.DivClassName
{
background-color: #12272F;
}
.BgClassName
{
background-color: #12272F;
}
</style>
border-color css
<style>
span { border-color: #12272F; }
span { border-color: rgb(18,39,47); }
td.TdClassName
{
border-color: #12272F;
}
.TagClassName
{
border-color: #12272F;
}
</style>