Shades of Black Pearl #001C35
Tints of Black Pearl #001C35
RGB
CMYK
RGB Variations
Color information
#001C35 (or 0x001C35) is known color: Black Pearl. HEX triplet: 00, 1C and 35. RGB value is (0,28,53). Sum of RGB (Red+Green+Blue) = 0+28+53=81 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 81); Green value is 28 (11.33% from 255 or 34.57% from 81); Blue value is 53 (21.09% from 255 or 65.43% from 81); Max value from RGB is 53 - color contains mainly: blue. Hex color #001C35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001C35 is #FFE3CA. Grayscale: #161616. Windows color (decimal): -16769995 or 3480576. OLE color: 3480576.
HSL color Cylindrical-coordinate representation of color #001C35: hue angle of 208.3º 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 #001C35 is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 0 | 28 | 53 | - |
| CMYK | 1 | 0.47 | 0 | 0.79 |
| HSL | 208.3º | 1% | 0.1% | - |
| HSV(B) | 208.3º | 1% | 0.21% | - |
| XYZ | 1.06 | 1.09 | 3.52 | - |
| YUV | 22.48 | 145.22 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 53 | 1 | 0.47 | 0 | 0.79 | 208.3 | 1 | 0.1 |
| Hex | 0 | 1C | 35 | 64 | 2F | 0 | 4F | D0 | 64 | A |
| Octal | 0 | 34 | 65 | 144 | 57 | 0 | 117 | 320 | 144 | 12 |
| Binary | 0 | 11100 | 110101 | 1100100 | 101111 | 0 | 1001111 | 11010000 | 1100100 | 1010 |
Color Harmonies of #001C35
Complementary color
Monochromatic Colors of #001C35
Black with #001C35
Text Example
Text Example
White with #001C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C35; }
p { color: rgb(0,28,53); }
H1.HeaderClassName
{
color: #001C35;
}
.AnyTagClassName
{
color: #001C35;
}
</style>
background-color css
<style>
a { background-color: #001C35; }
a { background-color: rgb(0,28,53); }
div.DivClassName
{
background-color: #001C35;
}
.BgClassName
{
background-color: #001C35;
}
</style>
border-color css
<style>
span { border-color: #001C35; }
span { border-color: rgb(0,28,53); }
td.TdClassName
{
border-color: #001C35;
}
.TagClassName
{
border-color: #001C35;
}
</style>