Shades of Black Pearl #001735
Tints of Black Pearl #001735
RGB
CMYK
RGB Variations
Color information
#001735 (or 0x001735) is known color: Black Pearl. HEX triplet: 00, 17 and 35. RGB value is (0,23,53). Sum of RGB (Red+Green+Blue) = 0+23+53=76 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 76); Green value is 23 (9.38% from 255 or 30.26% from 76); Blue value is 53 (21.09% from 255 or 69.74% from 76); Max value from RGB is 53 - color contains mainly: blue. Hex color #001735 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001735 is #FFE8CA. Grayscale: #131313. Windows color (decimal): -16771275 or 3479296. OLE color: 3479296.
HSL color Cylindrical-coordinate representation of color #001735: hue angle of 213.96º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001735 is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 0 | 23 | 53 | - |
| CMYK | 1 | 0.57 | 0 | 0.79 |
| HSL | 213.96º | 1% | 0.1% | - |
| HSV(B) | 213.96º | 1% | 0.21% | - |
| XYZ | 0.95 | 0.87 | 3.49 | - |
| YUV | 19.54 | 146.88 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 23 | 53 | 1 | 0.57 | 0 | 0.79 | 213.96 | 1 | 0.1 |
| Hex | 0 | 17 | 35 | 64 | 39 | 0 | 4F | D6 | 64 | A |
| Octal | 0 | 27 | 65 | 144 | 71 | 0 | 117 | 326 | 144 | 12 |
| Binary | 0 | 10111 | 110101 | 1100100 | 111001 | 0 | 1001111 | 11010110 | 1100100 | 1010 |
Color Harmonies of #001735
Complementary color
Monochromatic Colors of #001735
Black with #001735
Text Example
Text Example
White with #001735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001735; }
p { color: rgb(0,23,53); }
H1.HeaderClassName
{
color: #001735;
}
.AnyTagClassName
{
color: #001735;
}
</style>
background-color css
<style>
a { background-color: #001735; }
a { background-color: rgb(0,23,53); }
div.DivClassName
{
background-color: #001735;
}
.BgClassName
{
background-color: #001735;
}
</style>
border-color css
<style>
span { border-color: #001735; }
span { border-color: rgb(0,23,53); }
td.TdClassName
{
border-color: #001735;
}
.TagClassName
{
border-color: #001735;
}
</style>