Shades of Black Pearl #002A39
Tints of Black Pearl #002A39
RGB
CMYK
RGB Variations
Color information
#002A39 (or 0x002A39) is known color: Black Pearl. HEX triplet: 00, 2A and 39. RGB value is (0,42,57). Sum of RGB (Red+Green+Blue) = 0+42+57=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 42 (16.80% from 255 or 42.42% from 99); Blue value is 57 (22.66% from 255 or 57.58% from 99); Max value from RGB is 57 - color contains mainly: blue. Hex color #002A39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002A39 is #FFD5C6. Grayscale: #1F1F1F. Windows color (decimal): -16766407 or 3746304. OLE color: 3746304.
HSL color Cylindrical-coordinate representation of color #002A39: hue angle of 195.79º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002A39 is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 42 | 57 | - |
| CMYK | 1 | 0.26 | 0 | 0.78 |
| HSL | 195.79º | 1% | 0.11% | - |
| HSV(B) | 195.79º | 1% | 0.22% | - |
| XYZ | 1.57 | 1.95 | 4.16 | - |
| YUV | 31.15 | 142.59 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 42 | 57 | 1 | 0.26 | 0 | 0.78 | 195.79 | 1 | 0.11 |
| Hex | 0 | 2A | 39 | 64 | 1A | 0 | 4E | C4 | 64 | B |
| Octal | 0 | 52 | 71 | 144 | 32 | 0 | 116 | 304 | 144 | 13 |
| Binary | 0 | 101010 | 111001 | 1100100 | 11010 | 0 | 1001110 | 11000100 | 1100100 | 1011 |
Color Harmonies of #002A39
Complementary color
Monochromatic Colors of #002A39
Black with #002A39
Text Example
Text Example
White with #002A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002A39; }
p { color: rgb(0,42,57); }
H1.HeaderClassName
{
color: #002A39;
}
.AnyTagClassName
{
color: #002A39;
}
</style>
background-color css
<style>
a { background-color: #002A39; }
a { background-color: rgb(0,42,57); }
div.DivClassName
{
background-color: #002A39;
}
.BgClassName
{
background-color: #002A39;
}
</style>
border-color css
<style>
span { border-color: #002A39; }
span { border-color: rgb(0,42,57); }
td.TdClassName
{
border-color: #002A39;
}
.TagClassName
{
border-color: #002A39;
}
</style>