Shades of Black Pearl #15222D
Tints of Black Pearl #15222D
RGB
CMYK
RGB Variations
Color information
#15222D (or 0x15222D) is known color: Black Pearl. HEX triplet: 15, 22 and 2D. RGB value is (21,34,45). Sum of RGB (Red+Green+Blue) = 21+34+45=100 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21% from 100); Green value is 34 (13.67% from 255 or 34% from 100); Blue value is 45 (17.97% from 255 or 45% from 100); Max value from RGB is 45 - color contains mainly: blue. Hex color #15222D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15222D is #EADDD2. Grayscale: #1F1F1F. Windows color (decimal): -15392211 or 2957845. OLE color: 2957845.
HSL color Cylindrical-coordinate representation of color #15222D: hue angle of 207.5º 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 #15222D is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 34 | 45 | - |
| CMYK | 0.53 | 0.24 | 0 | 0.82 |
| HSL | 207.5º | 0.36% | 0.13% | - |
| HSV(B) | 207.5º | 0.53% | 0.18% | - |
| XYZ | 1.35 | 1.49 | 2.7 | - |
| YUV | 31.37 | 135.69 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 34 | 45 | 0.53 | 0.24 | 0 | 0.82 | 207.5 | 0.36 | 0.13 |
| Hex | 15 | 22 | 2D | 35 | 18 | 0 | 52 | D0 | 24 | D |
| Octal | 25 | 42 | 55 | 65 | 30 | 0 | 122 | 320 | 44 | 15 |
| Binary | 10101 | 100010 | 101101 | 110101 | 11000 | 0 | 1010010 | 11010000 | 100100 | 1101 |
Color Harmonies of #15222D
Complementary color
Monochromatic Colors of #15222D
Black with #15222D
Text Example
Text Example
White with #15222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15222D; }
p { color: rgb(21,34,45); }
H1.HeaderClassName
{
color: #15222D;
}
.AnyTagClassName
{
color: #15222D;
}
</style>
background-color css
<style>
a { background-color: #15222D; }
a { background-color: rgb(21,34,45); }
div.DivClassName
{
background-color: #15222D;
}
.BgClassName
{
background-color: #15222D;
}
</style>
border-color css
<style>
span { border-color: #15222D; }
span { border-color: rgb(21,34,45); }
td.TdClassName
{
border-color: #15222D;
}
.TagClassName
{
border-color: #15222D;
}
</style>