Shades of Black Pearl #000F28
Tints of Black Pearl #000F28
RGB
CMYK
RGB Variations
Color information
#000F28 (or 0x000F28) is known color: Black Pearl. HEX triplet: 00, 0F and 28. RGB value is (0,15,40). Sum of RGB (Red+Green+Blue) = 0+15+40=55 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 55); Green value is 15 (6.25% from 255 or 27.27% from 55); Blue value is 40 (16.02% from 255 or 72.73% from 55); Max value from RGB is 40 - color contains mainly: blue. Hex color #000F28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000F28 is #FFF0D7. Grayscale: #0D0D0D. Windows color (decimal): -16773336 or 2625280. OLE color: 2625280.
HSL color Cylindrical-coordinate representation of color #000F28: hue angle of 217.5º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F28 is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 0 | 15 | 40 | - |
| CMYK | 1 | 0.62 | 0 | 0.84 |
| HSL | 217.5º | 1% | 0.08% | - |
| HSV(B) | 217.5º | 1% | 0.16% | - |
| XYZ | 0.55 | 0.49 | 2.07 | - |
| YUV | 13.37 | 143.03 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 40 | 1 | 0.62 | 0 | 0.84 | 217.5 | 1 | 0.08 |
| Hex | 0 | F | 28 | 64 | 3E | 0 | 54 | DA | 64 | 8 |
| Octal | 0 | 17 | 50 | 144 | 76 | 0 | 124 | 332 | 144 | 10 |
| Binary | 0 | 1111 | 101000 | 1100100 | 111110 | 0 | 1010100 | 11011010 | 1100100 | 1000 |
Color Harmonies of #000F28
Complementary color
Monochromatic Colors of #000F28
Black with #000F28
Text Example
Text Example
White with #000F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000F28; }
p { color: rgb(0,15,40); }
H1.HeaderClassName
{
color: #000F28;
}
.AnyTagClassName
{
color: #000F28;
}
</style>
background-color css
<style>
a { background-color: #000F28; }
a { background-color: rgb(0,15,40); }
div.DivClassName
{
background-color: #000F28;
}
.BgClassName
{
background-color: #000F28;
}
</style>
border-color css
<style>
span { border-color: #000F28; }
span { border-color: rgb(0,15,40); }
td.TdClassName
{
border-color: #000F28;
}
.TagClassName
{
border-color: #000F28;
}
</style>