Shades of Black Pearl #0A1C21
Tints of Black Pearl #0A1C21
RGB
CMYK
RGB Variations
Color information
#0A1C21 (or 0x0A1C21) is known color: Black Pearl. HEX triplet: 0A, 1C and 21. RGB value is (10,28,33). Sum of RGB (Red+Green+Blue) = 10+28+33=71 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.08% from 71); Green value is 28 (11.33% from 255 or 39.44% from 71); Blue value is 33 (13.28% from 255 or 46.48% from 71); Max value from RGB is 33 - color contains mainly: blue. Hex color #0A1C21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1C21 is #F5E3DE. Grayscale: #171717. Windows color (decimal): -16114655 or 2169866. OLE color: 2169866.
HSL color Cylindrical-coordinate representation of color #0A1C21: hue angle of 193.04º 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 #0A1C21 is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 10 | 28 | 33 | - |
| CMYK | 0.70 | 0.15 | 0 | 0.87 |
| HSL | 193.04º | 0.53% | 0.08% | - |
| HSV(B) | 193.04º | 0.7% | 0.13% | - |
| XYZ | 0.81 | 1 | 1.59 | - |
| YUV | 23.19 | 133.54 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 28 | 33 | 0.70 | 0.15 | 0 | 0.87 | 193.04 | 0.53 | 0.08 |
| Hex | A | 1C | 21 | 46 | F | 0 | 57 | C1 | 35 | 8 |
| Octal | 12 | 34 | 41 | 106 | 17 | 0 | 127 | 301 | 65 | 10 |
| Binary | 1010 | 11100 | 100001 | 1000110 | 1111 | 0 | 1010111 | 11000001 | 110101 | 1000 |
Color Harmonies of #0A1C21
Complementary color
Monochromatic Colors of #0A1C21
Black with #0A1C21
Text Example
Text Example
White with #0A1C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1C21; }
p { color: rgb(10,28,33); }
H1.HeaderClassName
{
color: #0A1C21;
}
.AnyTagClassName
{
color: #0A1C21;
}
</style>
background-color css
<style>
a { background-color: #0A1C21; }
a { background-color: rgb(10,28,33); }
div.DivClassName
{
background-color: #0A1C21;
}
.BgClassName
{
background-color: #0A1C21;
}
</style>
border-color css
<style>
span { border-color: #0A1C21; }
span { border-color: rgb(10,28,33); }
td.TdClassName
{
border-color: #0A1C21;
}
.TagClassName
{
border-color: #0A1C21;
}
</style>