Shades of Black Pearl #012830
Tints of Black Pearl #012830
RGB
CMYK
RGB Variations
Color information
#012830 (or 0x012830) is known color: Black Pearl. HEX triplet: 01, 28 and 30. RGB value is (1,40,48). Sum of RGB (Red+Green+Blue) = 1+40+48=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 40 (16.02% from 255 or 44.94% from 89); Blue value is 48 (19.14% from 255 or 53.93% from 89); Max value from RGB is 48 - color contains mainly: blue. Hex color #012830 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012830 is #FED7CF. Grayscale: #1D1D1D. Windows color (decimal): -16701392 or 3155969. OLE color: 3155969.
HSL color Cylindrical-coordinate representation of color #012830: hue angle of 190.21º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012830 is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 1 | 40 | 48 | - |
| CMYK | 0.98 | 0.17 | 0 | 0.81 |
| HSL | 190.21º | 0.96% | 0.1% | - |
| HSV(B) | 190.21º | 0.98% | 0.19% | - |
| XYZ | 1.3 | 1.74 | 3.06 | - |
| YUV | 29.25 | 138.58 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 40 | 48 | 0.98 | 0.17 | 0 | 0.81 | 190.21 | 0.96 | 0.1 |
| Hex | 1 | 28 | 30 | 62 | 11 | 0 | 51 | BE | 60 | A |
| Octal | 1 | 50 | 60 | 142 | 21 | 0 | 121 | 276 | 140 | 12 |
| Binary | 1 | 101000 | 110000 | 1100010 | 10001 | 0 | 1010001 | 10111110 | 1100000 | 1010 |
Color Harmonies of #012830
Complementary color
Monochromatic Colors of #012830
Black with #012830
Text Example
Text Example
White with #012830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012830; }
p { color: rgb(1,40,48); }
H1.HeaderClassName
{
color: #012830;
}
.AnyTagClassName
{
color: #012830;
}
</style>
background-color css
<style>
a { background-color: #012830; }
a { background-color: rgb(1,40,48); }
div.DivClassName
{
background-color: #012830;
}
.BgClassName
{
background-color: #012830;
}
</style>
border-color css
<style>
span { border-color: #012830; }
span { border-color: rgb(1,40,48); }
td.TdClassName
{
border-color: #012830;
}
.TagClassName
{
border-color: #012830;
}
</style>