Shades of Black Pearl #15232B
Tints of Black Pearl #15232B
RGB
CMYK
RGB Variations
Color information
#15232B (or 0x15232B) is known color: Black Pearl. HEX triplet: 15, 23 and 2B. RGB value is (21,35,43). Sum of RGB (Red+Green+Blue) = 21+35+43=99 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21.21% from 99); Green value is 35 (14.06% from 255 or 35.35% from 99); Blue value is 43 (17.19% from 255 or 43.43% from 99); Max value from RGB is 43 - color contains mainly: blue. Hex color #15232B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15232B is #EADCD4. Grayscale: #1F1F1F. Windows color (decimal): -15391957 or 2827029. OLE color: 2827029.
HSL color Cylindrical-coordinate representation of color #15232B: hue angle of 201.82º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #15232B is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 21 | 35 | 43 | - |
| CMYK | 0.51 | 0.19 | 0 | 0.83 |
| HSL | 201.82º | 0.34% | 0.13% | - |
| HSV(B) | 201.82º | 0.51% | 0.17% | - |
| XYZ | 1.35 | 1.54 | 2.51 | - |
| YUV | 31.73 | 134.36 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 35 | 43 | 0.51 | 0.19 | 0 | 0.83 | 201.82 | 0.34 | 0.13 |
| Hex | 15 | 23 | 2B | 33 | 13 | 0 | 53 | CA | 22 | D |
| Octal | 25 | 43 | 53 | 63 | 23 | 0 | 123 | 312 | 42 | 15 |
| Binary | 10101 | 100011 | 101011 | 110011 | 10011 | 0 | 1010011 | 11001010 | 100010 | 1101 |
Color Harmonies of #15232B
Complementary color
Monochromatic Colors of #15232B
Black with #15232B
Text Example
Text Example
White with #15232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15232B; }
p { color: rgb(21,35,43); }
H1.HeaderClassName
{
color: #15232B;
}
.AnyTagClassName
{
color: #15232B;
}
</style>
background-color css
<style>
a { background-color: #15232B; }
a { background-color: rgb(21,35,43); }
div.DivClassName
{
background-color: #15232B;
}
.BgClassName
{
background-color: #15232B;
}
</style>
border-color css
<style>
span { border-color: #15232B; }
span { border-color: rgb(21,35,43); }
td.TdClassName
{
border-color: #15232B;
}
.TagClassName
{
border-color: #15232B;
}
</style>