Shades of Black Pearl #01182B
Tints of Black Pearl #01182B
RGB
CMYK
RGB Variations
Color information
#01182B (or 0x01182B) is known color: Black Pearl. HEX triplet: 01, 18 and 2B. RGB value is (1,24,43). Sum of RGB (Red+Green+Blue) = 1+24+43=68 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.47% from 68); Green value is 24 (9.77% from 255 or 35.29% from 68); Blue value is 43 (17.19% from 255 or 63.24% from 68); Max value from RGB is 43 - color contains mainly: blue. Hex color #01182B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01182B is #FEE7D4. Grayscale: #131313. Windows color (decimal): -16705493 or 2824193. OLE color: 2824193.
HSL color Cylindrical-coordinate representation of color #01182B: hue angle of 207.14º degrees, saturation: 0.95, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01182B is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
RGB | 1 | 24 | 43 | - |
CMYK | 0.98 | 0.44 | 0 | 0.83 |
HSL | 207.14º | 0.95% | 0.09% | - |
HSV(B) | 207.14º | 0.98% | 0.17% | - |
XYZ | 0.78 | 0.83 | 2.41 | - |
YUV | 19.29 | 141.38 | 114.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 24 | 43 | 0.98 | 0.44 | 0 | 0.83 | 207.14 | 0.95 | 0.09 |
Hex | 1 | 18 | 2B | 62 | 2C | 0 | 53 | CF | 5F | 9 |
Octal | 1 | 30 | 53 | 142 | 54 | 0 | 123 | 317 | 137 | 11 |
Binary | 1 | 11000 | 101011 | 1100010 | 101100 | 0 | 1010011 | 11001111 | 1011111 | 1001 |
Color Harmonies of #01182B
Complementary color
Monochromatic Colors of #01182B
Black with #01182B
Text Example
Text Example
White with #01182B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01182B; }
p { color: rgb(1,24,43); }
H1.HeaderClassName
{
color: #01182B;
}
.AnyTagClassName
{
color: #01182B;
}
</style>
background-color css
<style>
a { background-color: #01182B; }
a { background-color: rgb(1,24,43); }
div.DivClassName
{
background-color: #01182B;
}
.BgClassName
{
background-color: #01182B;
}
</style>
border-color css
<style>
span { border-color: #01182B; }
span { border-color: rgb(1,24,43); }
td.TdClassName
{
border-color: #01182B;
}
.TagClassName
{
border-color: #01182B;
}
</style>