Shades of Black Pearl #021427
Tints of Black Pearl #021427
RGB
CMYK
RGB Variations
Color information
#021427 (or 0x021427) is known color: Black Pearl. HEX triplet: 02, 14 and 27. RGB value is (2,20,39). Sum of RGB (Red+Green+Blue) = 2+20+39=61 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.28% from 61); Green value is 20 (8.20% from 255 or 32.79% from 61); Blue value is 39 (15.62% from 255 or 63.93% from 61); Max value from RGB is 39 - color contains mainly: blue. Hex color #021427 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021427 is #FDEBD8. Grayscale: #101010. Windows color (decimal): -16640985 or 2561026. OLE color: 2561026.
HSL color Cylindrical-coordinate representation of color #021427: hue angle of 210.81º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #021427 is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 20 | 39 | - |
| CMYK | 0.95 | 0.49 | 0 | 0.85 |
| HSL | 210.81º | 0.9% | 0.08% | - |
| HSV(B) | 210.81º | 0.95% | 0.15% | - |
| XYZ | 0.64 | 0.66 | 2.01 | - |
| YUV | 16.78 | 140.54 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 39 | 0.95 | 0.49 | 0 | 0.85 | 210.81 | 0.9 | 0.08 |
| Hex | 2 | 14 | 27 | 5F | 31 | 0 | 55 | D3 | 5A | 8 |
| Octal | 2 | 24 | 47 | 137 | 61 | 0 | 125 | 323 | 132 | 10 |
| Binary | 10 | 10100 | 100111 | 1011111 | 110001 | 0 | 1010101 | 11010011 | 1011010 | 1000 |
Color Harmonies of #021427
Complementary color
Monochromatic Colors of #021427
Black with #021427
Text Example
Text Example
White with #021427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021427; }
p { color: rgb(2,20,39); }
H1.HeaderClassName
{
color: #021427;
}
.AnyTagClassName
{
color: #021427;
}
</style>
background-color css
<style>
a { background-color: #021427; }
a { background-color: rgb(2,20,39); }
div.DivClassName
{
background-color: #021427;
}
.BgClassName
{
background-color: #021427;
}
</style>
border-color css
<style>
span { border-color: #021427; }
span { border-color: rgb(2,20,39); }
td.TdClassName
{
border-color: #021427;
}
.TagClassName
{
border-color: #021427;
}
</style>