Shades of Black Pearl #13272C
Tints of Black Pearl #13272C
RGB
CMYK
RGB Variations
Color information
#13272C (or 0x13272C) is known color: Black Pearl. HEX triplet: 13, 27 and 2C. RGB value is (19,39,44). Sum of RGB (Red+Green+Blue) = 19+39+44=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 39 (15.62% from 255 or 38.24% from 102); Blue value is 44 (17.58% from 255 or 43.14% from 102); Max value from RGB is 44 - color contains mainly: blue. Hex color #13272C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13272C is #ECD8D3. Grayscale: #212121. Windows color (decimal): -15522004 or 2893587. OLE color: 2893587.
HSL color Cylindrical-coordinate representation of color #13272C: hue angle of 192º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #13272C is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 19 | 39 | 44 | - |
| CMYK | 0.57 | 0.11 | 0 | 0.83 |
| HSL | 192º | 0.4% | 0.12% | - |
| HSV(B) | 192º | 0.57% | 0.17% | - |
| XYZ | 1.45 | 1.77 | 2.65 | - |
| YUV | 33.59 | 133.87 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 39 | 44 | 0.57 | 0.11 | 0 | 0.83 | 192 | 0.4 | 0.12 |
| Hex | 13 | 27 | 2C | 39 | B | 0 | 53 | C0 | 28 | C |
| Octal | 23 | 47 | 54 | 71 | 13 | 0 | 123 | 300 | 50 | 14 |
| Binary | 10011 | 100111 | 101100 | 111001 | 1011 | 0 | 1010011 | 11000000 | 101000 | 1100 |
Color Harmonies of #13272C
Complementary color
Monochromatic Colors of #13272C
Black with #13272C
Text Example
Text Example
White with #13272C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13272C; }
p { color: rgb(19,39,44); }
H1.HeaderClassName
{
color: #13272C;
}
.AnyTagClassName
{
color: #13272C;
}
</style>
background-color css
<style>
a { background-color: #13272C; }
a { background-color: rgb(19,39,44); }
div.DivClassName
{
background-color: #13272C;
}
.BgClassName
{
background-color: #13272C;
}
</style>
border-color css
<style>
span { border-color: #13272C; }
span { border-color: rgb(19,39,44); }
td.TdClassName
{
border-color: #13272C;
}
.TagClassName
{
border-color: #13272C;
}
</style>