Shades of Black Pearl #012835
Tints of Black Pearl #012835
RGB
CMYK
RGB Variations
Color information
#012835 (or 0x012835) is known color: Black Pearl. HEX triplet: 01, 28 and 35. RGB value is (1,40,53). Sum of RGB (Red+Green+Blue) = 1+40+53=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 40 (16.02% from 255 or 42.55% from 94); Blue value is 53 (21.09% from 255 or 56.38% from 94); Max value from RGB is 53 - color contains mainly: blue. Hex color #012835 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012835 is #FED7CA. Grayscale: #1D1D1D. Windows color (decimal): -16701387 or 3483649. OLE color: 3483649.
HSL color Cylindrical-coordinate representation of color #012835: hue angle of 195º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012835 is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 1 | 40 | 53 | - |
| CMYK | 0.98 | 0.25 | 0 | 0.79 |
| HSL | 195º | 0.96% | 0.11% | - |
| HSV(B) | 195º | 0.98% | 0.21% | - |
| XYZ | 1.41 | 1.78 | 3.64 | - |
| YUV | 29.82 | 141.08 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 40 | 53 | 0.98 | 0.25 | 0 | 0.79 | 195 | 0.96 | 0.11 |
| Hex | 1 | 28 | 35 | 62 | 19 | 0 | 4F | C3 | 60 | B |
| Octal | 1 | 50 | 65 | 142 | 31 | 0 | 117 | 303 | 140 | 13 |
| Binary | 1 | 101000 | 110101 | 1100010 | 11001 | 0 | 1001111 | 11000011 | 1100000 | 1011 |
Color Harmonies of #012835
Complementary color
Monochromatic Colors of #012835
Black with #012835
Text Example
Text Example
White with #012835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012835; }
p { color: rgb(1,40,53); }
H1.HeaderClassName
{
color: #012835;
}
.AnyTagClassName
{
color: #012835;
}
</style>
background-color css
<style>
a { background-color: #012835; }
a { background-color: rgb(1,40,53); }
div.DivClassName
{
background-color: #012835;
}
.BgClassName
{
background-color: #012835;
}
</style>
border-color css
<style>
span { border-color: #012835; }
span { border-color: rgb(1,40,53); }
td.TdClassName
{
border-color: #012835;
}
.TagClassName
{
border-color: #012835;
}
</style>