Shades of Black Pearl #01172B
Tints of Black Pearl #01172B
RGB
CMYK
RGB Variations
Color information
#01172B (or 0x01172B) is known color: Black Pearl. HEX triplet: 01, 17 and 2B. RGB value is (1,23,43). Sum of RGB (Red+Green+Blue) = 1+23+43=67 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.49% from 67); Green value is 23 (9.38% from 255 or 34.33% from 67); Blue value is 43 (17.19% from 255 or 64.18% from 67); Max value from RGB is 43 - color contains mainly: blue. Hex color #01172B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01172B is #FEE8D4. Grayscale: #121212. Windows color (decimal): -16705749 or 2823937. OLE color: 2823937.
HSL color Cylindrical-coordinate representation of color #01172B: hue angle of 208.57º 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 #01172B is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
RGB | 1 | 23 | 43 | - |
CMYK | 0.98 | 0.47 | 0 | 0.83 |
HSL | 208.57º | 0.95% | 0.09% | - |
HSV(B) | 208.57º | 0.98% | 0.17% | - |
XYZ | 0.75 | 0.79 | 2.4 | - |
YUV | 18.7 | 141.71 | 115.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 23 | 43 | 0.98 | 0.47 | 0 | 0.83 | 208.57 | 0.95 | 0.09 |
Hex | 1 | 17 | 2B | 62 | 2F | 0 | 53 | D1 | 5F | 9 |
Octal | 1 | 27 | 53 | 142 | 57 | 0 | 123 | 321 | 137 | 11 |
Binary | 1 | 10111 | 101011 | 1100010 | 101111 | 0 | 1010011 | 11010001 | 1011111 | 1001 |
Color Harmonies of #01172B
Complementary color
Monochromatic Colors of #01172B
Black with #01172B
Text Example
Text Example
White with #01172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01172B; }
p { color: rgb(1,23,43); }
H1.HeaderClassName
{
color: #01172B;
}
.AnyTagClassName
{
color: #01172B;
}
</style>
background-color css
<style>
a { background-color: #01172B; }
a { background-color: rgb(1,23,43); }
div.DivClassName
{
background-color: #01172B;
}
.BgClassName
{
background-color: #01172B;
}
</style>
border-color css
<style>
span { border-color: #01172B; }
span { border-color: rgb(1,23,43); }
td.TdClassName
{
border-color: #01172B;
}
.TagClassName
{
border-color: #01172B;
}
</style>