Shades of Black Pearl #001A33
Tints of Black Pearl #001A33
RGB
CMYK
RGB Variations
Color information
#001A33 (or 0x001A33) is known color: Black Pearl. HEX triplet: 00, 1A and 33. RGB value is (0,26,51). Sum of RGB (Red+Green+Blue) = 0+26+51=77 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 77); Green value is 26 (10.55% from 255 or 33.77% from 77); Blue value is 51 (20.31% from 255 or 66.23% from 77); Max value from RGB is 51 - color contains mainly: blue. Hex color #001A33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001A33 is #FFE5CC. Grayscale: #141414. Windows color (decimal): -16770509 or 3348992. OLE color: 3348992.
HSL color Cylindrical-coordinate representation of color #001A33: hue angle of 209.41º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001A33 is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 0 | 26 | 51 | - |
| CMYK | 1 | 0.49 | 0 | 0.8 |
| HSL | 209.41º | 1% | 0.1% | - |
| HSV(B) | 209.41º | 1% | 0.2% | - |
| XYZ | 0.97 | 0.98 | 3.27 | - |
| YUV | 21.08 | 144.89 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 26 | 51 | 1 | 0.49 | 0 | 0.8 | 209.41 | 1 | 0.1 |
| Hex | 0 | 1A | 33 | 64 | 31 | 0 | 50 | D1 | 64 | A |
| Octal | 0 | 32 | 63 | 144 | 61 | 0 | 120 | 321 | 144 | 12 |
| Binary | 0 | 11010 | 110011 | 1100100 | 110001 | 0 | 1010000 | 11010001 | 1100100 | 1010 |
Color Harmonies of #001A33
Complementary color
Monochromatic Colors of #001A33
Black with #001A33
Text Example
Text Example
White with #001A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001A33; }
p { color: rgb(0,26,51); }
H1.HeaderClassName
{
color: #001A33;
}
.AnyTagClassName
{
color: #001A33;
}
</style>
background-color css
<style>
a { background-color: #001A33; }
a { background-color: rgb(0,26,51); }
div.DivClassName
{
background-color: #001A33;
}
.BgClassName
{
background-color: #001A33;
}
</style>
border-color css
<style>
span { border-color: #001A33; }
span { border-color: rgb(0,26,51); }
td.TdClassName
{
border-color: #001A33;
}
.TagClassName
{
border-color: #001A33;
}
</style>