Shades of Black Pearl #012428
Tints of Black Pearl #012428
RGB
CMYK
RGB Variations
Color information
#012428 (or 0x012428) is known color: Black Pearl. HEX triplet: 01, 24 and 28. RGB value is (1,36,40). Sum of RGB (Red+Green+Blue) = 1+36+40=77 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.30% from 77); Green value is 36 (14.45% from 255 or 46.75% from 77); Blue value is 40 (16.02% from 255 or 51.95% from 77); Max value from RGB is 40 - color contains mainly: blue. Hex color #012428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012428 is #FEDBD7. Grayscale: #191919. Windows color (decimal): -16702424 or 2630657. OLE color: 2630657.
HSL color Cylindrical-coordinate representation of color #012428: hue angle of 186.15º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012428 is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 1 | 36 | 40 | - |
| CMYK | 0.98 | 0.10 | 0 | 0.84 |
| HSL | 186.15º | 0.95% | 0.08% | - |
| HSV(B) | 186.15º | 0.98% | 0.16% | - |
| XYZ | 1.03 | 1.42 | 2.23 | - |
| YUV | 25.99 | 135.9 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 36 | 40 | 0.98 | 0.10 | 0 | 0.84 | 186.15 | 0.95 | 0.08 |
| Hex | 1 | 24 | 28 | 62 | A | 0 | 54 | BA | 5F | 8 |
| Octal | 1 | 44 | 50 | 142 | 12 | 0 | 124 | 272 | 137 | 10 |
| Binary | 1 | 100100 | 101000 | 1100010 | 1010 | 0 | 1010100 | 10111010 | 1011111 | 1000 |
Color Harmonies of #012428
Complementary color
Monochromatic Colors of #012428
Black with #012428
Text Example
Text Example
White with #012428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012428; }
p { color: rgb(1,36,40); }
H1.HeaderClassName
{
color: #012428;
}
.AnyTagClassName
{
color: #012428;
}
</style>
background-color css
<style>
a { background-color: #012428; }
a { background-color: rgb(1,36,40); }
div.DivClassName
{
background-color: #012428;
}
.BgClassName
{
background-color: #012428;
}
</style>
border-color css
<style>
span { border-color: #012428; }
span { border-color: rgb(1,36,40); }
td.TdClassName
{
border-color: #012428;
}
.TagClassName
{
border-color: #012428;
}
</style>