Shades of Black Pearl #01152B
Tints of Black Pearl #01152B
RGB
CMYK
RGB Variations
Color information
#01152B (or 0x01152B) is known color: Black Pearl. HEX triplet: 01, 15 and 2B. RGB value is (1,21,43). Sum of RGB (Red+Green+Blue) = 1+21+43=65 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.54% from 65); Green value is 21 (8.59% from 255 or 32.31% from 65); Blue value is 43 (17.19% from 255 or 66.15% from 65); Max value from RGB is 43 - color contains mainly: blue. Hex color #01152B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01152B is #FEEAD4. Grayscale: #111111. Windows color (decimal): -16706261 or 2823425. OLE color: 2823425.
HSL color Cylindrical-coordinate representation of color #01152B: hue angle of 211.43º 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 #01152B is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
RGB | 1 | 21 | 43 | - |
CMYK | 0.98 | 0.51 | 0 | 0.83 |
HSL | 211.43º | 0.95% | 0.09% | - |
HSV(B) | 211.43º | 0.98% | 0.17% | - |
XYZ | 0.72 | 0.72 | 2.39 | - |
YUV | 17.53 | 142.37 | 116.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 21 | 43 | 0.98 | 0.51 | 0 | 0.83 | 211.43 | 0.95 | 0.09 |
Hex | 1 | 15 | 2B | 62 | 33 | 0 | 53 | D3 | 5F | 9 |
Octal | 1 | 25 | 53 | 142 | 63 | 0 | 123 | 323 | 137 | 11 |
Binary | 1 | 10101 | 101011 | 1100010 | 110011 | 0 | 1010011 | 11010011 | 1011111 | 1001 |
Color Harmonies of #01152B
Complementary color
Monochromatic Colors of #01152B
Black with #01152B
Text Example
Text Example
White with #01152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01152B; }
p { color: rgb(1,21,43); }
H1.HeaderClassName
{
color: #01152B;
}
.AnyTagClassName
{
color: #01152B;
}
</style>
background-color css
<style>
a { background-color: #01152B; }
a { background-color: rgb(1,21,43); }
div.DivClassName
{
background-color: #01152B;
}
.BgClassName
{
background-color: #01152B;
}
</style>
border-color css
<style>
span { border-color: #01152B; }
span { border-color: rgb(1,21,43); }
td.TdClassName
{
border-color: #01152B;
}
.TagClassName
{
border-color: #01152B;
}
</style>