Shades of Black Pearl #011C30
Tints of Black Pearl #011C30
RGB
CMYK
RGB Variations
Color information
#011C30 (or 0x011C30) is known color: Black Pearl. HEX triplet: 01, 1C and 30. RGB value is (1,28,48). Sum of RGB (Red+Green+Blue) = 1+28+48=77 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.30% from 77); Green value is 28 (11.33% from 255 or 36.36% from 77); Blue value is 48 (19.14% from 255 or 62.34% from 77); Max value from RGB is 48 - color contains mainly: blue. Hex color #011C30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011C30 is #FEE3CF. Grayscale: #161616. Windows color (decimal): -16704464 or 3152897. OLE color: 3152897.
HSL color Cylindrical-coordinate representation of color #011C30: hue angle of 205.53º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011C30 is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 1 | 28 | 48 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.81 |
| HSL | 205.53º | 0.96% | 0.1% | - |
| HSV(B) | 205.53º | 0.98% | 0.19% | - |
| XYZ | 0.96 | 1.05 | 2.95 | - |
| YUV | 22.21 | 142.55 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 28 | 48 | 0.98 | 0.42 | 0 | 0.81 | 205.53 | 0.96 | 0.1 |
| Hex | 1 | 1C | 30 | 62 | 2A | 0 | 51 | CE | 60 | A |
| Octal | 1 | 34 | 60 | 142 | 52 | 0 | 121 | 316 | 140 | 12 |
| Binary | 1 | 11100 | 110000 | 1100010 | 101010 | 0 | 1010001 | 11001110 | 1100000 | 1010 |
Color Harmonies of #011C30
Complementary color
Monochromatic Colors of #011C30
Black with #011C30
Text Example
Text Example
White with #011C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011C30; }
p { color: rgb(1,28,48); }
H1.HeaderClassName
{
color: #011C30;
}
.AnyTagClassName
{
color: #011C30;
}
</style>
background-color css
<style>
a { background-color: #011C30; }
a { background-color: rgb(1,28,48); }
div.DivClassName
{
background-color: #011C30;
}
.BgClassName
{
background-color: #011C30;
}
</style>
border-color css
<style>
span { border-color: #011C30; }
span { border-color: rgb(1,28,48); }
td.TdClassName
{
border-color: #011C30;
}
.TagClassName
{
border-color: #011C30;
}
</style>