Shades of Black Pearl #002634
Tints of Black Pearl #002634
RGB
CMYK
RGB Variations
Color information
#002634 (or 0x002634) is known color: Black Pearl. HEX triplet: 00, 26 and 34. RGB value is (0,38,52). Sum of RGB (Red+Green+Blue) = 0+38+52=90 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 90); Green value is 38 (15.23% from 255 or 42.22% from 90); Blue value is 52 (20.70% from 255 or 57.78% from 90); Max value from RGB is 52 - color contains mainly: blue. Hex color #002634 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002634 is #FFD9CB. Grayscale: #1C1C1C. Windows color (decimal): -16767436 or 3417600. OLE color: 3417600.
HSL color Cylindrical-coordinate representation of color #002634: hue angle of 196.15º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002634 is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 0 | 38 | 52 | - |
| CMYK | 1 | 0.27 | 0 | 0.80 |
| HSL | 196.15º | 1% | 0.1% | - |
| HSV(B) | 196.15º | 1% | 0.2% | - |
| XYZ | 1.31 | 1.63 | 3.5 | - |
| YUV | 28.23 | 141.41 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 38 | 52 | 1 | 0.27 | 0 | 0.80 | 196.15 | 1 | 0.1 |
| Hex | 0 | 26 | 34 | 64 | 1B | 0 | 50 | C4 | 64 | A |
| Octal | 0 | 46 | 64 | 144 | 33 | 0 | 120 | 304 | 144 | 12 |
| Binary | 0 | 100110 | 110100 | 1100100 | 11011 | 0 | 1010000 | 11000100 | 1100100 | 1010 |
Color Harmonies of #002634
Complementary color
Monochromatic Colors of #002634
Black with #002634
Text Example
Text Example
White with #002634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002634; }
p { color: rgb(0,38,52); }
H1.HeaderClassName
{
color: #002634;
}
.AnyTagClassName
{
color: #002634;
}
</style>
background-color css
<style>
a { background-color: #002634; }
a { background-color: rgb(0,38,52); }
div.DivClassName
{
background-color: #002634;
}
.BgClassName
{
background-color: #002634;
}
</style>
border-color css
<style>
span { border-color: #002634; }
span { border-color: rgb(0,38,52); }
td.TdClassName
{
border-color: #002634;
}
.TagClassName
{
border-color: #002634;
}
</style>