Shades of Black Pearl #13222F
Tints of Black Pearl #13222F
RGB
CMYK
RGB Variations
Color information
#13222F (or 0x13222F) is known color: Black Pearl. HEX triplet: 13, 22 and 2F. RGB value is (19,34,47). Sum of RGB (Red+Green+Blue) = 19+34+47=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 34 (13.67% from 255 or 34% from 100); Blue value is 47 (18.75% from 255 or 47% from 100); Max value from RGB is 47 - color contains mainly: blue. Hex color #13222F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13222F is #ECDDD0. Grayscale: #1E1E1E. Windows color (decimal): -15523281 or 3088915. OLE color: 3088915.
HSL color Cylindrical-coordinate representation of color #13222F: hue angle of 207.86º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #13222F is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 34 | 47 | - |
| CMYK | 0.60 | 0.28 | 0 | 0.82 |
| HSL | 207.86º | 0.42% | 0.13% | - |
| HSV(B) | 207.86º | 0.6% | 0.18% | - |
| XYZ | 1.35 | 1.49 | 2.91 | - |
| YUV | 31 | 137.03 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 34 | 47 | 0.60 | 0.28 | 0 | 0.82 | 207.86 | 0.42 | 0.13 |
| Hex | 13 | 22 | 2F | 3C | 1C | 0 | 52 | D0 | 2A | D |
| Octal | 23 | 42 | 57 | 74 | 34 | 0 | 122 | 320 | 52 | 15 |
| Binary | 10011 | 100010 | 101111 | 111100 | 11100 | 0 | 1010010 | 11010000 | 101010 | 1101 |
Color Harmonies of #13222F
Complementary color
Monochromatic Colors of #13222F
Black with #13222F
Text Example
Text Example
White with #13222F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13222F; }
p { color: rgb(19,34,47); }
H1.HeaderClassName
{
color: #13222F;
}
.AnyTagClassName
{
color: #13222F;
}
</style>
background-color css
<style>
a { background-color: #13222F; }
a { background-color: rgb(19,34,47); }
div.DivClassName
{
background-color: #13222F;
}
.BgClassName
{
background-color: #13222F;
}
</style>
border-color css
<style>
span { border-color: #13222F; }
span { border-color: rgb(19,34,47); }
td.TdClassName
{
border-color: #13222F;
}
.TagClassName
{
border-color: #13222F;
}
</style>