Shades of Black Pearl #001835
Tints of Black Pearl #001835
RGB
CMYK
RGB Variations
Color information
#001835 (or 0x001835) is known color: Black Pearl. HEX triplet: 00, 18 and 35. RGB value is (0,24,53). Sum of RGB (Red+Green+Blue) = 0+24+53=77 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 77); Green value is 24 (9.77% from 255 or 31.17% from 77); Blue value is 53 (21.09% from 255 or 68.83% from 77); Max value from RGB is 53 - color contains mainly: blue. Hex color #001835 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001835 is #FFE7CA. Grayscale: #131313. Windows color (decimal): -16771019 or 3479552. OLE color: 3479552.
HSL color Cylindrical-coordinate representation of color #001835: hue angle of 212.83º 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 #001835 is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 0 | 24 | 53 | - |
| CMYK | 1 | 0.55 | 0 | 0.79 |
| HSL | 212.83º | 1% | 0.1% | - |
| HSV(B) | 212.83º | 1% | 0.21% | - |
| XYZ | 0.97 | 0.91 | 3.49 | - |
| YUV | 20.13 | 146.55 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 24 | 53 | 1 | 0.55 | 0 | 0.79 | 212.83 | 1 | 0.1 |
| Hex | 0 | 18 | 35 | 64 | 37 | 0 | 4F | D5 | 64 | A |
| Octal | 0 | 30 | 65 | 144 | 67 | 0 | 117 | 325 | 144 | 12 |
| Binary | 0 | 11000 | 110101 | 1100100 | 110111 | 0 | 1001111 | 11010101 | 1100100 | 1010 |
Color Harmonies of #001835
Complementary color
Monochromatic Colors of #001835
Black with #001835
Text Example
Text Example
White with #001835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001835; }
p { color: rgb(0,24,53); }
H1.HeaderClassName
{
color: #001835;
}
.AnyTagClassName
{
color: #001835;
}
</style>
background-color css
<style>
a { background-color: #001835; }
a { background-color: rgb(0,24,53); }
div.DivClassName
{
background-color: #001835;
}
.BgClassName
{
background-color: #001835;
}
</style>
border-color css
<style>
span { border-color: #001835; }
span { border-color: rgb(0,24,53); }
td.TdClassName
{
border-color: #001835;
}
.TagClassName
{
border-color: #001835;
}
</style>