Shades of Black Pearl #14232F
Tints of Black Pearl #14232F
RGB
CMYK
RGB Variations
Color information
#14232F (or 0x14232F) is known color: Black Pearl. HEX triplet: 14, 23 and 2F. RGB value is (20,35,47). Sum of RGB (Red+Green+Blue) = 20+35+47=102 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.61% from 102); Green value is 35 (14.06% from 255 or 34.31% from 102); Blue value is 47 (18.75% from 255 or 46.08% from 102); Max value from RGB is 47 - color contains mainly: blue. Hex color #14232F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14232F is #EBDCD0. Grayscale: #1F1F1F. Windows color (decimal): -15457489 or 3089172. OLE color: 3089172.
HSL color Cylindrical-coordinate representation of color #14232F: hue angle of 206.67º degrees, saturation: 0.4, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #14232F is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 35 | 47 | - |
| CMYK | 0.57 | 0.26 | 0 | 0.82 |
| HSL | 206.67º | 0.4% | 0.13% | - |
| HSV(B) | 206.67º | 0.57% | 0.18% | - |
| XYZ | 1.4 | 1.56 | 2.92 | - |
| YUV | 31.88 | 136.53 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 35 | 47 | 0.57 | 0.26 | 0 | 0.82 | 206.67 | 0.4 | 0.13 |
| Hex | 14 | 23 | 2F | 39 | 1A | 0 | 52 | CF | 28 | D |
| Octal | 24 | 43 | 57 | 71 | 32 | 0 | 122 | 317 | 50 | 15 |
| Binary | 10100 | 100011 | 101111 | 111001 | 11010 | 0 | 1010010 | 11001111 | 101000 | 1101 |
Color Harmonies of #14232F
Complementary color
Monochromatic Colors of #14232F
Black with #14232F
Text Example
Text Example
White with #14232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14232F; }
p { color: rgb(20,35,47); }
H1.HeaderClassName
{
color: #14232F;
}
.AnyTagClassName
{
color: #14232F;
}
</style>
background-color css
<style>
a { background-color: #14232F; }
a { background-color: rgb(20,35,47); }
div.DivClassName
{
background-color: #14232F;
}
.BgClassName
{
background-color: #14232F;
}
</style>
border-color css
<style>
span { border-color: #14232F; }
span { border-color: rgb(20,35,47); }
td.TdClassName
{
border-color: #14232F;
}
.TagClassName
{
border-color: #14232F;
}
</style>