Shades of Black Pearl #00151B
Tints of Black Pearl #00151B
RGB
CMYK
RGB Variations
Color information
#00151B (or 0x00151B) is known color: Black Pearl. HEX triplet: 00, 15 and 1B. RGB value is (0,21,27). Sum of RGB (Red+Green+Blue) = 0+21+27=48 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 48); Green value is 21 (8.59% from 255 or 43.75% from 48); Blue value is 27 (10.94% from 255 or 56.25% from 48); Max value from RGB is 27 - color contains mainly: blue. Hex color #00151B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00151B is #FFEAE4. Grayscale: #0F0F0F. Windows color (decimal): -16771813 or 1774848. OLE color: 1774848.
HSL color Cylindrical-coordinate representation of color #00151B: hue angle of 193.33º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00151B is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
RGB | 0 | 21 | 27 | - |
CMYK | 1 | 0.22 | 0 | 0.89 |
HSL | 193.33º | 1% | 0.05% | - |
HSV(B) | 193.33º | 1% | 0.11% | - |
XYZ | 0.47 | 0.62 | 1.13 | - |
YUV | 15.41 | 134.54 | 117.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 21 | 27 | 1 | 0.22 | 0 | 0.89 | 193.33 | 1 | 0.05 |
Hex | 0 | 15 | 1B | 64 | 16 | 0 | 59 | C1 | 64 | 5 |
Octal | 0 | 25 | 33 | 144 | 26 | 0 | 131 | 301 | 144 | 5 |
Binary | 0 | 10101 | 11011 | 1100100 | 10110 | 0 | 1011001 | 11000001 | 1100100 | 101 |
Color Harmonies of #00151B
Complementary color
Monochromatic Colors of #00151B
Black with #00151B
Text Example
Text Example
White with #00151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00151B; }
p { color: rgb(0,21,27); }
H1.HeaderClassName
{
color: #00151B;
}
.AnyTagClassName
{
color: #00151B;
}
</style>
background-color css
<style>
a { background-color: #00151B; }
a { background-color: rgb(0,21,27); }
div.DivClassName
{
background-color: #00151B;
}
.BgClassName
{
background-color: #00151B;
}
</style>
border-color css
<style>
span { border-color: #00151B; }
span { border-color: rgb(0,21,27); }
td.TdClassName
{
border-color: #00151B;
}
.TagClassName
{
border-color: #00151B;
}
</style>