Shades of Black Pearl #00152A
Tints of Black Pearl #00152A
RGB
CMYK
RGB Variations
Color information
#00152A (or 0x00152A) is known color: Black Pearl. HEX triplet: 00, 15 and 2A. RGB value is (0,21,42). Sum of RGB (Red+Green+Blue) = 0+21+42=63 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 63); Green value is 21 (8.59% from 255 or 33.33% from 63); Blue value is 42 (16.80% from 255 or 66.67% from 63); Max value from RGB is 42 - color contains mainly: blue. Hex color #00152A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00152A is #FFEAD5. Grayscale: #111111. Windows color (decimal): -16771798 or 2757888. OLE color: 2757888.
HSL color Cylindrical-coordinate representation of color #00152A: hue angle of 210º 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 #00152A is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
RGB | 0 | 21 | 42 | - |
CMYK | 1 | 0.50 | 0 | 0.84 |
HSL | 210º | 1% | 0.08% | - |
HSV(B) | 210º | 1% | 0.16% | - |
XYZ | 0.69 | 0.7 | 2.29 | - |
YUV | 17.12 | 142.04 | 115.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 21 | 42 | 1 | 0.50 | 0 | 0.84 | 210 | 1 | 0.08 |
Hex | 0 | 15 | 2A | 64 | 32 | 0 | 54 | D2 | 64 | 8 |
Octal | 0 | 25 | 52 | 144 | 62 | 0 | 124 | 322 | 144 | 10 |
Binary | 0 | 10101 | 101010 | 1100100 | 110010 | 0 | 1010100 | 11010010 | 1100100 | 1000 |
Color Harmonies of #00152A
Complementary color
Monochromatic Colors of #00152A
Black with #00152A
Text Example
Text Example
White with #00152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00152A; }
p { color: rgb(0,21,42); }
H1.HeaderClassName
{
color: #00152A;
}
.AnyTagClassName
{
color: #00152A;
}
</style>
background-color css
<style>
a { background-color: #00152A; }
a { background-color: rgb(0,21,42); }
div.DivClassName
{
background-color: #00152A;
}
.BgClassName
{
background-color: #00152A;
}
</style>
border-color css
<style>
span { border-color: #00152A; }
span { border-color: rgb(0,21,42); }
td.TdClassName
{
border-color: #00152A;
}
.TagClassName
{
border-color: #00152A;
}
</style>