Shades of Black Pearl #15232D
Tints of Black Pearl #15232D
RGB
CMYK
RGB Variations
Color information
#15232D (or 0x15232D) is known color: Black Pearl. HEX triplet: 15, 23 and 2D. RGB value is (21,35,45). Sum of RGB (Red+Green+Blue) = 21+35+45=101 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.79% from 101); Green value is 35 (14.06% from 255 or 34.65% from 101); Blue value is 45 (17.97% from 255 or 44.55% from 101); Max value from RGB is 45 - color contains mainly: blue. Hex color #15232D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15232D is #EADCD2. Grayscale: #1F1F1F. Windows color (decimal): -15391955 or 2958101. OLE color: 2958101.
HSL color Cylindrical-coordinate representation of color #15232D: hue angle of 205º degrees, saturation: 0.36, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #15232D is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 35 | 45 | - |
| CMYK | 0.53 | 0.22 | 0 | 0.82 |
| HSL | 205º | 0.36% | 0.13% | - |
| HSV(B) | 205º | 0.53% | 0.18% | - |
| XYZ | 1.38 | 1.55 | 2.71 | - |
| YUV | 31.95 | 135.36 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 35 | 45 | 0.53 | 0.22 | 0 | 0.82 | 205 | 0.36 | 0.13 |
| Hex | 15 | 23 | 2D | 35 | 16 | 0 | 52 | CD | 24 | D |
| Octal | 25 | 43 | 55 | 65 | 26 | 0 | 122 | 315 | 44 | 15 |
| Binary | 10101 | 100011 | 101101 | 110101 | 10110 | 0 | 1010010 | 11001101 | 100100 | 1101 |
Color Harmonies of #15232D
Complementary color
Monochromatic Colors of #15232D
Black with #15232D
Text Example
Text Example
White with #15232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15232D; }
p { color: rgb(21,35,45); }
H1.HeaderClassName
{
color: #15232D;
}
.AnyTagClassName
{
color: #15232D;
}
</style>
background-color css
<style>
a { background-color: #15232D; }
a { background-color: rgb(21,35,45); }
div.DivClassName
{
background-color: #15232D;
}
.BgClassName
{
background-color: #15232D;
}
</style>
border-color css
<style>
span { border-color: #15232D; }
span { border-color: rgb(21,35,45); }
td.TdClassName
{
border-color: #15232D;
}
.TagClassName
{
border-color: #15232D;
}
</style>