Shades of Black Pearl #01182D
Tints of Black Pearl #01182D
RGB
CMYK
RGB Variations
Color information
#01182D (or 0x01182D) is known color: Black Pearl. HEX triplet: 01, 18 and 2D. RGB value is (1,24,45). Sum of RGB (Red+Green+Blue) = 1+24+45=70 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.43% from 70); Green value is 24 (9.77% from 255 or 34.29% from 70); Blue value is 45 (17.97% from 255 or 64.29% from 70); Max value from RGB is 45 - color contains mainly: blue. Hex color #01182D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01182D is #FEE7D2. Grayscale: #131313. Windows color (decimal): -16705491 or 2955265. OLE color: 2955265.
HSL color Cylindrical-coordinate representation of color #01182D: hue angle of 208.64º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01182D is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 1 | 24 | 45 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.82 |
| HSL | 208.64º | 0.96% | 0.09% | - |
| HSV(B) | 208.64º | 0.98% | 0.18% | - |
| XYZ | 0.81 | 0.85 | 2.6 | - |
| YUV | 19.52 | 142.38 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 24 | 45 | 0.98 | 0.47 | 0 | 0.82 | 208.64 | 0.96 | 0.09 |
| Hex | 1 | 18 | 2D | 62 | 2F | 0 | 52 | D1 | 60 | 9 |
| Octal | 1 | 30 | 55 | 142 | 57 | 0 | 122 | 321 | 140 | 11 |
| Binary | 1 | 11000 | 101101 | 1100010 | 101111 | 0 | 1010010 | 11010001 | 1100000 | 1001 |
Color Harmonies of #01182D
Complementary color
Monochromatic Colors of #01182D
Black with #01182D
Text Example
Text Example
White with #01182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01182D; }
p { color: rgb(1,24,45); }
H1.HeaderClassName
{
color: #01182D;
}
.AnyTagClassName
{
color: #01182D;
}
</style>
background-color css
<style>
a { background-color: #01182D; }
a { background-color: rgb(1,24,45); }
div.DivClassName
{
background-color: #01182D;
}
.BgClassName
{
background-color: #01182D;
}
</style>
border-color css
<style>
span { border-color: #01182D; }
span { border-color: rgb(1,24,45); }
td.TdClassName
{
border-color: #01182D;
}
.TagClassName
{
border-color: #01182D;
}
</style>