Shades of Black Pearl #012A38
Tints of Black Pearl #012A38
RGB
CMYK
RGB Variations
Color information
#012A38 (or 0x012A38) is known color: Black Pearl. HEX triplet: 01, 2A and 38. RGB value is (1,42,56). Sum of RGB (Red+Green+Blue) = 1+42+56=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 42 (16.80% from 255 or 42.42% from 99); Blue value is 56 (22.27% from 255 or 56.57% from 99); Max value from RGB is 56 - color contains mainly: blue. Hex color #012A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012A38 is #FED5C7. Grayscale: #1F1F1F. Windows color (decimal): -16700872 or 3680769. OLE color: 3680769.
HSL color Cylindrical-coordinate representation of color #012A38: hue angle of 195.27º 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 #012A38 is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 42 | 56 | - |
| CMYK | 0.98 | 0.25 | 0 | 0.78 |
| HSL | 195.27º | 0.96% | 0.11% | - |
| HSV(B) | 195.27º | 0.98% | 0.22% | - |
| XYZ | 1.55 | 1.95 | 4.04 | - |
| YUV | 31.34 | 141.92 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 42 | 56 | 0.98 | 0.25 | 0 | 0.78 | 195.27 | 0.96 | 0.11 |
| Hex | 1 | 2A | 38 | 62 | 19 | 0 | 4E | C3 | 60 | B |
| Octal | 1 | 52 | 70 | 142 | 31 | 0 | 116 | 303 | 140 | 13 |
| Binary | 1 | 101010 | 111000 | 1100010 | 11001 | 0 | 1001110 | 11000011 | 1100000 | 1011 |
Color Harmonies of #012A38
Complementary color
Monochromatic Colors of #012A38
Black with #012A38
Text Example
Text Example
White with #012A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012A38; }
p { color: rgb(1,42,56); }
H1.HeaderClassName
{
color: #012A38;
}
.AnyTagClassName
{
color: #012A38;
}
</style>
background-color css
<style>
a { background-color: #012A38; }
a { background-color: rgb(1,42,56); }
div.DivClassName
{
background-color: #012A38;
}
.BgClassName
{
background-color: #012A38;
}
</style>
border-color css
<style>
span { border-color: #012A38; }
span { border-color: rgb(1,42,56); }
td.TdClassName
{
border-color: #012A38;
}
.TagClassName
{
border-color: #012A38;
}
</style>