Shades of Black Pearl #012538
Tints of Black Pearl #012538
RGB
CMYK
RGB Variations
Color information
#012538 (or 0x012538) is known color: Black Pearl. HEX triplet: 01, 25 and 38. RGB value is (1,37,56). Sum of RGB (Red+Green+Blue) = 1+37+56=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 37 (14.84% from 255 or 39.36% from 94); Blue value is 56 (22.27% from 255 or 59.57% from 94); Max value from RGB is 56 - color contains mainly: blue. Hex color #012538 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012538 is #FEDAC7. Grayscale: #1C1C1C. Windows color (decimal): -16702152 or 3679489. OLE color: 3679489.
HSL color Cylindrical-coordinate representation of color #012538: hue angle of 200.73º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012538 is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 37 | 56 | - |
| CMYK | 0.98 | 0.34 | 0 | 0.78 |
| HSL | 200.73º | 0.96% | 0.11% | - |
| HSV(B) | 200.73º | 0.98% | 0.22% | - |
| XYZ | 1.39 | 1.62 | 3.98 | - |
| YUV | 28.4 | 143.57 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 37 | 56 | 0.98 | 0.34 | 0 | 0.78 | 200.73 | 0.96 | 0.11 |
| Hex | 1 | 25 | 38 | 62 | 22 | 0 | 4E | C9 | 60 | B |
| Octal | 1 | 45 | 70 | 142 | 42 | 0 | 116 | 311 | 140 | 13 |
| Binary | 1 | 100101 | 111000 | 1100010 | 100010 | 0 | 1001110 | 11001001 | 1100000 | 1011 |
Color Harmonies of #012538
Complementary color
Monochromatic Colors of #012538
Black with #012538
Text Example
Text Example
White with #012538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012538; }
p { color: rgb(1,37,56); }
H1.HeaderClassName
{
color: #012538;
}
.AnyTagClassName
{
color: #012538;
}
</style>
background-color css
<style>
a { background-color: #012538; }
a { background-color: rgb(1,37,56); }
div.DivClassName
{
background-color: #012538;
}
.BgClassName
{
background-color: #012538;
}
</style>
border-color css
<style>
span { border-color: #012538; }
span { border-color: rgb(1,37,56); }
td.TdClassName
{
border-color: #012538;
}
.TagClassName
{
border-color: #012538;
}
</style>