Shades of Black Pearl #14232B
Tints of Black Pearl #14232B
RGB
CMYK
RGB Variations
Color information
#14232B (or 0x14232B) is known color: Black Pearl. HEX triplet: 14, 23 and 2B. RGB value is (20,35,43). Sum of RGB (Red+Green+Blue) = 20+35+43=98 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.41% from 98); Green value is 35 (14.06% from 255 or 35.71% from 98); Blue value is 43 (17.19% from 255 or 43.88% from 98); Max value from RGB is 43 - color contains mainly: blue. Hex color #14232B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14232B is #EBDCD4. Grayscale: #1F1F1F. Windows color (decimal): -15457493 or 2827028. OLE color: 2827028.
HSL color Cylindrical-coordinate representation of color #14232B: hue angle of 200.87º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #14232B is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 20 | 35 | 43 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.83 |
| HSL | 200.87º | 0.37% | 0.12% | - |
| HSV(B) | 200.87º | 0.53% | 0.17% | - |
| XYZ | 1.33 | 1.53 | 2.51 | - |
| YUV | 31.43 | 134.53 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 35 | 43 | 0.53 | 0.19 | 0 | 0.83 | 200.87 | 0.37 | 0.12 |
| Hex | 14 | 23 | 2B | 35 | 13 | 0 | 53 | C9 | 25 | C |
| Octal | 24 | 43 | 53 | 65 | 23 | 0 | 123 | 311 | 45 | 14 |
| Binary | 10100 | 100011 | 101011 | 110101 | 10011 | 0 | 1010011 | 11001001 | 100101 | 1100 |
Color Harmonies of #14232B
Complementary color
Monochromatic Colors of #14232B
Black with #14232B
Text Example
Text Example
White with #14232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14232B; }
p { color: rgb(20,35,43); }
H1.HeaderClassName
{
color: #14232B;
}
.AnyTagClassName
{
color: #14232B;
}
</style>
background-color css
<style>
a { background-color: #14232B; }
a { background-color: rgb(20,35,43); }
div.DivClassName
{
background-color: #14232B;
}
.BgClassName
{
background-color: #14232B;
}
</style>
border-color css
<style>
span { border-color: #14232B; }
span { border-color: rgb(20,35,43); }
td.TdClassName
{
border-color: #14232B;
}
.TagClassName
{
border-color: #14232B;
}
</style>