Shades of Black Pearl #13222E
Tints of Black Pearl #13222E
RGB
CMYK
RGB Variations
Color information
#13222E (or 0x13222E) is known color: Black Pearl. HEX triplet: 13, 22 and 2E. RGB value is (19,34,46). Sum of RGB (Red+Green+Blue) = 19+34+46=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 34 (13.67% from 255 or 34.34% from 99); Blue value is 46 (18.36% from 255 or 46.46% from 99); Max value from RGB is 46 - color contains mainly: blue. Hex color #13222E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13222E is #ECDDD1. Grayscale: #1E1E1E. Windows color (decimal): -15523282 or 3023379. OLE color: 3023379.
HSL color Cylindrical-coordinate representation of color #13222E: hue angle of 206.67º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #13222E is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 34 | 46 | - |
| CMYK | 0.59 | 0.26 | 0 | 0.82 |
| HSL | 206.67º | 0.42% | 0.13% | - |
| HSV(B) | 206.67º | 0.59% | 0.18% | - |
| XYZ | 1.33 | 1.48 | 2.8 | - |
| YUV | 30.88 | 136.53 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 34 | 46 | 0.59 | 0.26 | 0 | 0.82 | 206.67 | 0.42 | 0.13 |
| Hex | 13 | 22 | 2E | 3B | 1A | 0 | 52 | CF | 2A | D |
| Octal | 23 | 42 | 56 | 73 | 32 | 0 | 122 | 317 | 52 | 15 |
| Binary | 10011 | 100010 | 101110 | 111011 | 11010 | 0 | 1010010 | 11001111 | 101010 | 1101 |
Color Harmonies of #13222E
Complementary color
Monochromatic Colors of #13222E
Black with #13222E
Text Example
Text Example
White with #13222E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13222E; }
p { color: rgb(19,34,46); }
H1.HeaderClassName
{
color: #13222E;
}
.AnyTagClassName
{
color: #13222E;
}
</style>
background-color css
<style>
a { background-color: #13222E; }
a { background-color: rgb(19,34,46); }
div.DivClassName
{
background-color: #13222E;
}
.BgClassName
{
background-color: #13222E;
}
</style>
border-color css
<style>
span { border-color: #13222E; }
span { border-color: rgb(19,34,46); }
td.TdClassName
{
border-color: #13222E;
}
.TagClassName
{
border-color: #13222E;
}
</style>