Shades of Black Pearl #12252C
Tints of Black Pearl #12252C
RGB
CMYK
RGB Variations
Color information
#12252C (or 0x12252C) is known color: Black Pearl. HEX triplet: 12, 25 and 2C. RGB value is (18,37,44). Sum of RGB (Red+Green+Blue) = 18+37+44=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 37 (14.84% from 255 or 37.37% from 99); Blue value is 44 (17.58% from 255 or 44.44% from 99); Max value from RGB is 44 - color contains mainly: blue. Hex color #12252C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12252C is #EDDAD3. Grayscale: #202020. Windows color (decimal): -15588052 or 2893074. OLE color: 2893074.
HSL color Cylindrical-coordinate representation of color #12252C: hue angle of 196.15º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #12252C is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 18 | 37 | 44 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.83 |
| HSL | 196.15º | 0.42% | 0.12% | - |
| HSV(B) | 196.15º | 0.59% | 0.17% | - |
| XYZ | 1.37 | 1.63 | 2.63 | - |
| YUV | 32.12 | 134.71 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 37 | 44 | 0.59 | 0.16 | 0 | 0.83 | 196.15 | 0.42 | 0.12 |
| Hex | 12 | 25 | 2C | 3B | 10 | 0 | 53 | C4 | 2A | C |
| Octal | 22 | 45 | 54 | 73 | 20 | 0 | 123 | 304 | 52 | 14 |
| Binary | 10010 | 100101 | 101100 | 111011 | 10000 | 0 | 1010011 | 11000100 | 101010 | 1100 |
Color Harmonies of #12252C
Complementary color
Monochromatic Colors of #12252C
Black with #12252C
Text Example
Text Example
White with #12252C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12252C; }
p { color: rgb(18,37,44); }
H1.HeaderClassName
{
color: #12252C;
}
.AnyTagClassName
{
color: #12252C;
}
</style>
background-color css
<style>
a { background-color: #12252C; }
a { background-color: rgb(18,37,44); }
div.DivClassName
{
background-color: #12252C;
}
.BgClassName
{
background-color: #12252C;
}
</style>
border-color css
<style>
span { border-color: #12252C; }
span { border-color: rgb(18,37,44); }
td.TdClassName
{
border-color: #12252C;
}
.TagClassName
{
border-color: #12252C;
}
</style>