Shades of Black Pearl #001C2A
Tints of Black Pearl #001C2A
RGB
CMYK
RGB Variations
Color information
#001C2A (or 0x001C2A) is known color: Black Pearl. HEX triplet: 00, 1C and 2A. RGB value is (0,28,42). Sum of RGB (Red+Green+Blue) = 0+28+42=70 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 70); Green value is 28 (11.33% from 255 or 40% from 70); Blue value is 42 (16.80% from 255 or 60% from 70); Max value from RGB is 42 - color contains mainly: blue. Hex color #001C2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001C2A is #FFE3D5. Grayscale: #151515. Windows color (decimal): -16770006 or 2759680. OLE color: 2759680.
HSL color Cylindrical-coordinate representation of color #001C2A: hue angle of 200º 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 #001C2A is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 0 | 28 | 42 | - |
| CMYK | 1 | 0.33 | 0 | 0.84 |
| HSL | 200º | 1% | 0.08% | - |
| HSV(B) | 200º | 1% | 0.16% | - |
| XYZ | 0.83 | 1 | 2.34 | - |
| YUV | 21.22 | 139.72 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 42 | 1 | 0.33 | 0 | 0.84 | 200 | 1 | 0.08 |
| Hex | 0 | 1C | 2A | 64 | 21 | 0 | 54 | C8 | 64 | 8 |
| Octal | 0 | 34 | 52 | 144 | 41 | 0 | 124 | 310 | 144 | 10 |
| Binary | 0 | 11100 | 101010 | 1100100 | 100001 | 0 | 1010100 | 11001000 | 1100100 | 1000 |
Color Harmonies of #001C2A
Complementary color
Monochromatic Colors of #001C2A
Black with #001C2A
Text Example
Text Example
White with #001C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C2A; }
p { color: rgb(0,28,42); }
H1.HeaderClassName
{
color: #001C2A;
}
.AnyTagClassName
{
color: #001C2A;
}
</style>
background-color css
<style>
a { background-color: #001C2A; }
a { background-color: rgb(0,28,42); }
div.DivClassName
{
background-color: #001C2A;
}
.BgClassName
{
background-color: #001C2A;
}
</style>
border-color css
<style>
span { border-color: #001C2A; }
span { border-color: rgb(0,28,42); }
td.TdClassName
{
border-color: #001C2A;
}
.TagClassName
{
border-color: #001C2A;
}
</style>