Shades of Black Pearl #002335
Tints of Black Pearl #002335
RGB
CMYK
RGB Variations
Color information
#002335 (or 0x002335) is known color: Black Pearl. HEX triplet: 00, 23 and 35. RGB value is (0,35,53). Sum of RGB (Red+Green+Blue) = 0+35+53=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 35 (14.06% from 255 or 39.77% from 88); Blue value is 53 (21.09% from 255 or 60.23% from 88); Max value from RGB is 53 - color contains mainly: blue. Hex color #002335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002335 is #FFDCCA. Grayscale: #1A1A1A. Windows color (decimal): -16768203 or 3482368. OLE color: 3482368.
HSL color Cylindrical-coordinate representation of color #002335: hue angle of 200.38º 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 #002335 is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 0 | 35 | 53 | - |
| CMYK | 1 | 0.34 | 0 | 0.79 |
| HSL | 200.38º | 1% | 0.1% | - |
| HSV(B) | 200.38º | 1% | 0.21% | - |
| XYZ | 1.24 | 1.46 | 3.58 | - |
| YUV | 26.59 | 142.9 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 53 | 1 | 0.34 | 0 | 0.79 | 200.38 | 1 | 0.1 |
| Hex | 0 | 23 | 35 | 64 | 22 | 0 | 4F | C8 | 64 | A |
| Octal | 0 | 43 | 65 | 144 | 42 | 0 | 117 | 310 | 144 | 12 |
| Binary | 0 | 100011 | 110101 | 1100100 | 100010 | 0 | 1001111 | 11001000 | 1100100 | 1010 |
Color Harmonies of #002335
Complementary color
Monochromatic Colors of #002335
Black with #002335
Text Example
Text Example
White with #002335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002335; }
p { color: rgb(0,35,53); }
H1.HeaderClassName
{
color: #002335;
}
.AnyTagClassName
{
color: #002335;
}
</style>
background-color css
<style>
a { background-color: #002335; }
a { background-color: rgb(0,35,53); }
div.DivClassName
{
background-color: #002335;
}
.BgClassName
{
background-color: #002335;
}
</style>
border-color css
<style>
span { border-color: #002335; }
span { border-color: rgb(0,35,53); }
td.TdClassName
{
border-color: #002335;
}
.TagClassName
{
border-color: #002335;
}
</style>