Shades of Black Pearl #00151C
Tints of Black Pearl #00151C
RGB
CMYK
RGB Variations
Color information
#00151C (or 0x00151C) is known color: Black Pearl. HEX triplet: 00, 15 and 1C. RGB value is (0,21,28). Sum of RGB (Red+Green+Blue) = 0+21+28=49 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 49); Green value is 21 (8.59% from 255 or 42.86% from 49); Blue value is 28 (11.33% from 255 or 57.14% from 49); Max value from RGB is 28 - color contains mainly: blue. Hex color #00151C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00151C is #FFEAE3. Grayscale: #0F0F0F. Windows color (decimal): -16771812 or 1840384. OLE color: 1840384.
HSL color Cylindrical-coordinate representation of color #00151C: hue angle of 195º 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 #00151C is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
RGB | 0 | 21 | 28 | - |
CMYK | 1 | 0.25 | 0 | 0.89 |
HSL | 195º | 1% | 0.05% | - |
HSV(B) | 195º | 1% | 0.11% | - |
XYZ | 0.48 | 0.62 | 1.19 | - |
YUV | 15.52 | 135.04 | 116.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 21 | 28 | 1 | 0.25 | 0 | 0.89 | 195 | 1 | 0.05 |
Hex | 0 | 15 | 1C | 64 | 19 | 0 | 59 | C3 | 64 | 5 |
Octal | 0 | 25 | 34 | 144 | 31 | 0 | 131 | 303 | 144 | 5 |
Binary | 0 | 10101 | 11100 | 1100100 | 11001 | 0 | 1011001 | 11000011 | 1100100 | 101 |
Color Harmonies of #00151C
Complementary color
Monochromatic Colors of #00151C
Black with #00151C
Text Example
Text Example
White with #00151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00151C; }
p { color: rgb(0,21,28); }
H1.HeaderClassName
{
color: #00151C;
}
.AnyTagClassName
{
color: #00151C;
}
</style>
background-color css
<style>
a { background-color: #00151C; }
a { background-color: rgb(0,21,28); }
div.DivClassName
{
background-color: #00151C;
}
.BgClassName
{
background-color: #00151C;
}
</style>
border-color css
<style>
span { border-color: #00151C; }
span { border-color: rgb(0,21,28); }
td.TdClassName
{
border-color: #00151C;
}
.TagClassName
{
border-color: #00151C;
}
</style>