Shades of Black Pearl #13232C
Tints of Black Pearl #13232C
RGB
CMYK
RGB Variations
Color information
#13232C (or 0x13232C) is known color: Black Pearl. HEX triplet: 13, 23 and 2C. RGB value is (19,35,44). Sum of RGB (Red+Green+Blue) = 19+35+44=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 35 (14.06% from 255 or 35.71% from 98); Blue value is 44 (17.58% from 255 or 44.90% from 98); Max value from RGB is 44 - color contains mainly: blue. Hex color #13232C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13232C is #ECDCD3. Grayscale: #1F1F1F. Windows color (decimal): -15523028 or 2892563. OLE color: 2892563.
HSL color Cylindrical-coordinate representation of color #13232C: hue angle of 201.6º 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 #13232C is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 19 | 35 | 44 | - |
| CMYK | 0.57 | 0.20 | 0 | 0.83 |
| HSL | 201.6º | 0.4% | 0.12% | - |
| HSV(B) | 201.6º | 0.57% | 0.17% | - |
| XYZ | 1.32 | 1.52 | 2.61 | - |
| YUV | 31.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 35 | 44 | 0.57 | 0.20 | 0 | 0.83 | 201.6 | 0.4 | 0.12 |
| Hex | 13 | 23 | 2C | 39 | 14 | 0 | 53 | CA | 28 | C |
| Octal | 23 | 43 | 54 | 71 | 24 | 0 | 123 | 312 | 50 | 14 |
| Binary | 10011 | 100011 | 101100 | 111001 | 10100 | 0 | 1010011 | 11001010 | 101000 | 1100 |
Color Harmonies of #13232C
Complementary color
Monochromatic Colors of #13232C
Black with #13232C
Text Example
Text Example
White with #13232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13232C; }
p { color: rgb(19,35,44); }
H1.HeaderClassName
{
color: #13232C;
}
.AnyTagClassName
{
color: #13232C;
}
</style>
background-color css
<style>
a { background-color: #13232C; }
a { background-color: rgb(19,35,44); }
div.DivClassName
{
background-color: #13232C;
}
.BgClassName
{
background-color: #13232C;
}
</style>
border-color css
<style>
span { border-color: #13232C; }
span { border-color: rgb(19,35,44); }
td.TdClassName
{
border-color: #13232C;
}
.TagClassName
{
border-color: #13232C;
}
</style>