Shades of Black Pearl #152C33
Tints of Black Pearl #152C33
RGB
CMYK
RGB Variations
Color information
#152C33 (or 0x152C33) is known color: Black Pearl. HEX triplet: 15, 2C and 33. RGB value is (21,44,51). Sum of RGB (Red+Green+Blue) = 21+44+51=116 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.10% from 116); Green value is 44 (17.58% from 255 or 37.93% from 116); Blue value is 51 (20.31% from 255 or 43.97% from 116); Max value from RGB is 51 - color contains mainly: blue. Hex color #152C33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152C33 is #EAD3CC. Grayscale: #252525. Windows color (decimal): -15389645 or 3353621. OLE color: 3353621.
HSL color Cylindrical-coordinate representation of color #152C33: hue angle of 194º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #152C33 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 21 | 44 | 51 | - |
| CMYK | 0.59 | 0.14 | 0 | 0.8 |
| HSL | 194º | 0.42% | 0.14% | - |
| HSV(B) | 194º | 0.59% | 0.2% | - |
| XYZ | 1.81 | 2.2 | 3.46 | - |
| YUV | 37.92 | 135.38 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 51 | 0.59 | 0.14 | 0 | 0.8 | 194 | 0.42 | 0.14 |
| Hex | 15 | 2C | 33 | 3B | E | 0 | 50 | C2 | 2A | E |
| Octal | 25 | 54 | 63 | 73 | 16 | 0 | 120 | 302 | 52 | 16 |
| Binary | 10101 | 101100 | 110011 | 111011 | 1110 | 0 | 1010000 | 11000010 | 101010 | 1110 |
Color Harmonies of #152C33
Complementary color
Monochromatic Colors of #152C33
Black with #152C33
Text Example
Text Example
White with #152C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152C33; }
p { color: rgb(21,44,51); }
H1.HeaderClassName
{
color: #152C33;
}
.AnyTagClassName
{
color: #152C33;
}
</style>
background-color css
<style>
a { background-color: #152C33; }
a { background-color: rgb(21,44,51); }
div.DivClassName
{
background-color: #152C33;
}
.BgClassName
{
background-color: #152C33;
}
</style>
border-color css
<style>
span { border-color: #152C33; }
span { border-color: rgb(21,44,51); }
td.TdClassName
{
border-color: #152C33;
}
.TagClassName
{
border-color: #152C33;
}
</style>