Shades of Black Pearl #012427
Tints of Black Pearl #012427
RGB
CMYK
RGB Variations
Color information
#012427 (or 0x012427) is known color: Black Pearl. HEX triplet: 01, 24 and 27. RGB value is (1,36,39). Sum of RGB (Red+Green+Blue) = 1+36+39=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 36 (14.45% from 255 or 47.37% from 76); Blue value is 39 (15.62% from 255 or 51.32% from 76); Max value from RGB is 39 - color contains mainly: blue. Hex color #012427 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012427 is #FEDBD8. Grayscale: #191919. Windows color (decimal): -16702425 or 2565121. OLE color: 2565121.
HSL color Cylindrical-coordinate representation of color #012427: hue angle of 184.74º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012427 is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 36 | 39 | - |
| CMYK | 0.97 | 0.08 | 0 | 0.85 |
| HSL | 184.74º | 0.95% | 0.08% | - |
| HSV(B) | 184.74º | 0.97% | 0.15% | - |
| XYZ | 1.01 | 1.41 | 2.14 | - |
| YUV | 25.88 | 135.4 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 36 | 39 | 0.97 | 0.08 | 0 | 0.85 | 184.74 | 0.95 | 0.08 |
| Hex | 1 | 24 | 27 | 61 | 8 | 0 | 55 | B9 | 5F | 8 |
| Octal | 1 | 44 | 47 | 141 | 10 | 0 | 125 | 271 | 137 | 10 |
| Binary | 1 | 100100 | 100111 | 1100001 | 1000 | 0 | 1010101 | 10111001 | 1011111 | 1000 |
Color Harmonies of #012427
Complementary color
Monochromatic Colors of #012427
Black with #012427
Text Example
Text Example
White with #012427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012427; }
p { color: rgb(1,36,39); }
H1.HeaderClassName
{
color: #012427;
}
.AnyTagClassName
{
color: #012427;
}
</style>
background-color css
<style>
a { background-color: #012427; }
a { background-color: rgb(1,36,39); }
div.DivClassName
{
background-color: #012427;
}
.BgClassName
{
background-color: #012427;
}
</style>
border-color css
<style>
span { border-color: #012427; }
span { border-color: rgb(1,36,39); }
td.TdClassName
{
border-color: #012427;
}
.TagClassName
{
border-color: #012427;
}
</style>