Shades of Black Pearl #12262C
Tints of Black Pearl #12262C
RGB
CMYK
RGB Variations
Color information
#12262C (or 0x12262C) is known color: Black Pearl. HEX triplet: 12, 26 and 2C. RGB value is (18,38,44). Sum of RGB (Red+Green+Blue) = 18+38+44=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 38 (15.23% from 255 or 38% from 100); Blue value is 44 (17.58% from 255 or 44% from 100); Max value from RGB is 44 - color contains mainly: blue. Hex color #12262C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12262C is #EDD9D3. Grayscale: #202020. Windows color (decimal): -15587796 or 2893330. OLE color: 2893330.
HSL color Cylindrical-coordinate representation of color #12262C: hue angle of 193.85º 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 #12262C is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 18 | 38 | 44 | - |
| CMYK | 0.59 | 0.14 | 0 | 0.83 |
| HSL | 193.85º | 0.42% | 0.12% | - |
| HSV(B) | 193.85º | 0.59% | 0.17% | - |
| XYZ | 1.4 | 1.7 | 2.64 | - |
| YUV | 32.7 | 134.37 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 38 | 44 | 0.59 | 0.14 | 0 | 0.83 | 193.85 | 0.42 | 0.12 |
| Hex | 12 | 26 | 2C | 3B | E | 0 | 53 | C2 | 2A | C |
| Octal | 22 | 46 | 54 | 73 | 16 | 0 | 123 | 302 | 52 | 14 |
| Binary | 10010 | 100110 | 101100 | 111011 | 1110 | 0 | 1010011 | 11000010 | 101010 | 1100 |
Color Harmonies of #12262C
Complementary color
Monochromatic Colors of #12262C
Black with #12262C
Text Example
Text Example
White with #12262C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12262C; }
p { color: rgb(18,38,44); }
H1.HeaderClassName
{
color: #12262C;
}
.AnyTagClassName
{
color: #12262C;
}
</style>
background-color css
<style>
a { background-color: #12262C; }
a { background-color: rgb(18,38,44); }
div.DivClassName
{
background-color: #12262C;
}
.BgClassName
{
background-color: #12262C;
}
</style>
border-color css
<style>
span { border-color: #12262C; }
span { border-color: rgb(18,38,44); }
td.TdClassName
{
border-color: #12262C;
}
.TagClassName
{
border-color: #12262C;
}
</style>