Shades of Black Pearl #12232B
Tints of Black Pearl #12232B
RGB
CMYK
RGB Variations
Color information
#12232B (or 0x12232B) is known color: Black Pearl. HEX triplet: 12, 23 and 2B. RGB value is (18,35,43). Sum of RGB (Red+Green+Blue) = 18+35+43=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 35 (14.06% from 255 or 36.46% from 96); Blue value is 43 (17.19% from 255 or 44.79% from 96); Max value from RGB is 43 - color contains mainly: blue. Hex color #12232B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12232B is #EDDCD4. Grayscale: #1E1E1E. Windows color (decimal): -15588565 or 2827026. OLE color: 2827026.
HSL color Cylindrical-coordinate representation of color #12232B: hue angle of 199.2º degrees, saturation: 0.41, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #12232B is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 18 | 35 | 43 | - |
| CMYK | 0.58 | 0.19 | 0 | 0.83 |
| HSL | 199.2º | 0.41% | 0.12% | - |
| HSV(B) | 199.2º | 0.58% | 0.17% | - |
| XYZ | 1.29 | 1.51 | 2.51 | - |
| YUV | 30.83 | 134.87 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 35 | 43 | 0.58 | 0.19 | 0 | 0.83 | 199.2 | 0.41 | 0.12 |
| Hex | 12 | 23 | 2B | 3A | 13 | 0 | 53 | C7 | 29 | C |
| Octal | 22 | 43 | 53 | 72 | 23 | 0 | 123 | 307 | 51 | 14 |
| Binary | 10010 | 100011 | 101011 | 111010 | 10011 | 0 | 1010011 | 11000111 | 101001 | 1100 |
Color Harmonies of #12232B
Complementary color
Monochromatic Colors of #12232B
Black with #12232B
Text Example
Text Example
White with #12232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12232B; }
p { color: rgb(18,35,43); }
H1.HeaderClassName
{
color: #12232B;
}
.AnyTagClassName
{
color: #12232B;
}
</style>
background-color css
<style>
a { background-color: #12232B; }
a { background-color: rgb(18,35,43); }
div.DivClassName
{
background-color: #12232B;
}
.BgClassName
{
background-color: #12232B;
}
</style>
border-color css
<style>
span { border-color: #12232B; }
span { border-color: rgb(18,35,43); }
td.TdClassName
{
border-color: #12232B;
}
.TagClassName
{
border-color: #12232B;
}
</style>