Shades of Black Pearl #012135
Tints of Black Pearl #012135
RGB
CMYK
RGB Variations
Color information
#012135 (or 0x012135) is known color: Black Pearl. HEX triplet: 01, 21 and 35. RGB value is (1,33,53). Sum of RGB (Red+Green+Blue) = 1+33+53=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 33 (13.28% from 255 or 37.93% from 87); Blue value is 53 (21.09% from 255 or 60.92% from 87); Max value from RGB is 53 - color contains mainly: blue. Hex color #012135 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012135 is #FEDECA. Grayscale: #191919. Windows color (decimal): -16703179 or 3481857. OLE color: 3481857.
HSL color Cylindrical-coordinate representation of color #012135: hue angle of 203.08º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012135 is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 1 | 33 | 53 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.79 |
| HSL | 203.08º | 0.96% | 0.11% | - |
| HSV(B) | 203.08º | 0.98% | 0.21% | - |
| XYZ | 1.2 | 1.35 | 3.57 | - |
| YUV | 25.71 | 143.4 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 33 | 53 | 0.98 | 0.38 | 0 | 0.79 | 203.08 | 0.96 | 0.11 |
| Hex | 1 | 21 | 35 | 62 | 26 | 0 | 4F | CB | 60 | B |
| Octal | 1 | 41 | 65 | 142 | 46 | 0 | 117 | 313 | 140 | 13 |
| Binary | 1 | 100001 | 110101 | 1100010 | 100110 | 0 | 1001111 | 11001011 | 1100000 | 1011 |
Color Harmonies of #012135
Complementary color
Monochromatic Colors of #012135
Black with #012135
Text Example
Text Example
White with #012135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012135; }
p { color: rgb(1,33,53); }
H1.HeaderClassName
{
color: #012135;
}
.AnyTagClassName
{
color: #012135;
}
</style>
background-color css
<style>
a { background-color: #012135; }
a { background-color: rgb(1,33,53); }
div.DivClassName
{
background-color: #012135;
}
.BgClassName
{
background-color: #012135;
}
</style>
border-color css
<style>
span { border-color: #012135; }
span { border-color: rgb(1,33,53); }
td.TdClassName
{
border-color: #012135;
}
.TagClassName
{
border-color: #012135;
}
</style>