Shades of Black Pearl #002A36
Tints of Black Pearl #002A36
RGB
CMYK
RGB Variations
Color information
#002A36 (or 0x002A36) is known color: Black Pearl. HEX triplet: 00, 2A and 36. RGB value is (0,42,54). Sum of RGB (Red+Green+Blue) = 0+42+54=96 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 96); Green value is 42 (16.80% from 255 or 43.75% from 96); Blue value is 54 (21.48% from 255 or 56.25% from 96); Max value from RGB is 54 - color contains mainly: blue. Hex color #002A36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002A36 is #FFD5C9. Grayscale: #1E1E1E. Windows color (decimal): -16766410 or 3549696. OLE color: 3549696.
HSL color Cylindrical-coordinate representation of color #002A36: hue angle of 193.33º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002A36 is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 0 | 42 | 54 | - |
| CMYK | 1 | 0.22 | 0 | 0.79 |
| HSL | 193.33º | 1% | 0.11% | - |
| HSV(B) | 193.33º | 1% | 0.21% | - |
| XYZ | 1.49 | 1.92 | 3.78 | - |
| YUV | 30.81 | 141.09 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 42 | 54 | 1 | 0.22 | 0 | 0.79 | 193.33 | 1 | 0.11 |
| Hex | 0 | 2A | 36 | 64 | 16 | 0 | 4F | C1 | 64 | B |
| Octal | 0 | 52 | 66 | 144 | 26 | 0 | 117 | 301 | 144 | 13 |
| Binary | 0 | 101010 | 110110 | 1100100 | 10110 | 0 | 1001111 | 11000001 | 1100100 | 1011 |
Color Harmonies of #002A36
Complementary color
Monochromatic Colors of #002A36
Black with #002A36
Text Example
Text Example
White with #002A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002A36; }
p { color: rgb(0,42,54); }
H1.HeaderClassName
{
color: #002A36;
}
.AnyTagClassName
{
color: #002A36;
}
</style>
background-color css
<style>
a { background-color: #002A36; }
a { background-color: rgb(0,42,54); }
div.DivClassName
{
background-color: #002A36;
}
.BgClassName
{
background-color: #002A36;
}
</style>
border-color css
<style>
span { border-color: #002A36; }
span { border-color: rgb(0,42,54); }
td.TdClassName
{
border-color: #002A36;
}
.TagClassName
{
border-color: #002A36;
}
</style>