Shades of Black Pearl #002330
Tints of Black Pearl #002330
RGB
CMYK
RGB Variations
Color information
#002330 (or 0x002330) is known color: Black Pearl. HEX triplet: 00, 23 and 30. RGB value is (0,35,48). Sum of RGB (Red+Green+Blue) = 0+35+48=83 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 83); Green value is 35 (14.06% from 255 or 42.17% from 83); Blue value is 48 (19.14% from 255 or 57.83% from 83); Max value from RGB is 48 - color contains mainly: blue. Hex color #002330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002330 is #FFDCCF. Grayscale: #191919. Windows color (decimal): -16768208 or 3154688. OLE color: 3154688.
HSL color Cylindrical-coordinate representation of color #002330: hue angle of 196.25º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002330 is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 35 | 48 | - |
| CMYK | 1 | 0.27 | 0 | 0.81 |
| HSL | 196.25º | 1% | 0.09% | - |
| HSV(B) | 196.25º | 1% | 0.19% | - |
| XYZ | 1.13 | 1.42 | 3.01 | - |
| YUV | 26.02 | 140.4 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 48 | 1 | 0.27 | 0 | 0.81 | 196.25 | 1 | 0.09 |
| Hex | 0 | 23 | 30 | 64 | 1B | 0 | 51 | C4 | 64 | 9 |
| Octal | 0 | 43 | 60 | 144 | 33 | 0 | 121 | 304 | 144 | 11 |
| Binary | 0 | 100011 | 110000 | 1100100 | 11011 | 0 | 1010001 | 11000100 | 1100100 | 1001 |
Color Harmonies of #002330
Complementary color
Monochromatic Colors of #002330
Black with #002330
Text Example
Text Example
White with #002330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002330; }
p { color: rgb(0,35,48); }
H1.HeaderClassName
{
color: #002330;
}
.AnyTagClassName
{
color: #002330;
}
</style>
background-color css
<style>
a { background-color: #002330; }
a { background-color: rgb(0,35,48); }
div.DivClassName
{
background-color: #002330;
}
.BgClassName
{
background-color: #002330;
}
</style>
border-color css
<style>
span { border-color: #002330; }
span { border-color: rgb(0,35,48); }
td.TdClassName
{
border-color: #002330;
}
.TagClassName
{
border-color: #002330;
}
</style>