Shades of Black Pearl #0A1B21
Tints of Black Pearl #0A1B21
RGB
CMYK
RGB Variations
Color information
#0A1B21 (or 0x0A1B21) is known color: Black Pearl. HEX triplet: 0A, 1B and 21. RGB value is (10,27,33). Sum of RGB (Red+Green+Blue) = 10+27+33=70 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.29% from 70); Green value is 27 (10.94% from 255 or 38.57% from 70); Blue value is 33 (13.28% from 255 or 47.14% from 70); Max value from RGB is 33 - color contains mainly: blue. Hex color #0A1B21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1B21 is #F5E4DE. Grayscale: #161616. Windows color (decimal): -16114911 or 2169610. OLE color: 2169610.
HSL color Cylindrical-coordinate representation of color #0A1B21: hue angle of 195.65º degrees, saturation: 0.53, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0A1B21 is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 10 | 27 | 33 | - |
| CMYK | 0.70 | 0.18 | 0 | 0.87 |
| HSL | 195.65º | 0.53% | 0.08% | - |
| HSV(B) | 195.65º | 0.7% | 0.13% | - |
| XYZ | 0.79 | 0.96 | 1.58 | - |
| YUV | 22.6 | 133.87 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 27 | 33 | 0.70 | 0.18 | 0 | 0.87 | 195.65 | 0.53 | 0.08 |
| Hex | A | 1B | 21 | 46 | 12 | 0 | 57 | C4 | 35 | 8 |
| Octal | 12 | 33 | 41 | 106 | 22 | 0 | 127 | 304 | 65 | 10 |
| Binary | 1010 | 11011 | 100001 | 1000110 | 10010 | 0 | 1010111 | 11000100 | 110101 | 1000 |
Color Harmonies of #0A1B21
Complementary color
Monochromatic Colors of #0A1B21
Black with #0A1B21
Text Example
Text Example
White with #0A1B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1B21; }
p { color: rgb(10,27,33); }
H1.HeaderClassName
{
color: #0A1B21;
}
.AnyTagClassName
{
color: #0A1B21;
}
</style>
background-color css
<style>
a { background-color: #0A1B21; }
a { background-color: rgb(10,27,33); }
div.DivClassName
{
background-color: #0A1B21;
}
.BgClassName
{
background-color: #0A1B21;
}
</style>
border-color css
<style>
span { border-color: #0A1B21; }
span { border-color: rgb(10,27,33); }
td.TdClassName
{
border-color: #0A1B21;
}
.TagClassName
{
border-color: #0A1B21;
}
</style>