Shades of Black Pearl #012634
Tints of Black Pearl #012634
RGB
CMYK
RGB Variations
Color information
#012634 (or 0x012634) is known color: Black Pearl. HEX triplet: 01, 26 and 34. RGB value is (1,38,52). Sum of RGB (Red+Green+Blue) = 1+38+52=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 38 (15.23% from 255 or 41.76% from 91); Blue value is 52 (20.70% from 255 or 57.14% from 91); Max value from RGB is 52 - color contains mainly: blue. Hex color #012634 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012634 is #FED9CB. Grayscale: #1C1C1C. Windows color (decimal): -16701900 or 3417601. OLE color: 3417601.
HSL color Cylindrical-coordinate representation of color #012634: hue angle of 196.47º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012634 is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 1 | 38 | 52 | - |
| CMYK | 0.98 | 0.27 | 0 | 0.80 |
| HSL | 196.47º | 0.96% | 0.1% | - |
| HSV(B) | 196.47º | 0.98% | 0.2% | - |
| XYZ | 1.33 | 1.64 | 3.5 | - |
| YUV | 28.53 | 141.24 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 38 | 52 | 0.98 | 0.27 | 0 | 0.80 | 196.47 | 0.96 | 0.1 |
| Hex | 1 | 26 | 34 | 62 | 1B | 0 | 50 | C4 | 60 | A |
| Octal | 1 | 46 | 64 | 142 | 33 | 0 | 120 | 304 | 140 | 12 |
| Binary | 1 | 100110 | 110100 | 1100010 | 11011 | 0 | 1010000 | 11000100 | 1100000 | 1010 |
Color Harmonies of #012634
Complementary color
Monochromatic Colors of #012634
Black with #012634
Text Example
Text Example
White with #012634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012634; }
p { color: rgb(1,38,52); }
H1.HeaderClassName
{
color: #012634;
}
.AnyTagClassName
{
color: #012634;
}
</style>
background-color css
<style>
a { background-color: #012634; }
a { background-color: rgb(1,38,52); }
div.DivClassName
{
background-color: #012634;
}
.BgClassName
{
background-color: #012634;
}
</style>
border-color css
<style>
span { border-color: #012634; }
span { border-color: rgb(1,38,52); }
td.TdClassName
{
border-color: #012634;
}
.TagClassName
{
border-color: #012634;
}
</style>