Shades of Black Pearl #01232C
Tints of Black Pearl #01232C
RGB
CMYK
RGB Variations
Color information
#01232C (or 0x01232C) is known color: Black Pearl. HEX triplet: 01, 23 and 2C. RGB value is (1,35,44). Sum of RGB (Red+Green+Blue) = 1+35+44=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 35 (14.06% from 255 or 43.75% from 80); Blue value is 44 (17.58% from 255 or 55% from 80); Max value from RGB is 44 - color contains mainly: blue. Hex color #01232C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01232C is #FEDCD3. Grayscale: #191919. Windows color (decimal): -16702676 or 2892545. OLE color: 2892545.
HSL color Cylindrical-coordinate representation of color #01232C: hue angle of 192.56º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01232C is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 1 | 35 | 44 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.83 |
| HSL | 192.56º | 0.96% | 0.09% | - |
| HSV(B) | 192.56º | 0.98% | 0.17% | - |
| XYZ | 1.07 | 1.39 | 2.59 | - |
| YUV | 25.86 | 138.24 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 35 | 44 | 0.98 | 0.20 | 0 | 0.83 | 192.56 | 0.96 | 0.09 |
| Hex | 1 | 23 | 2C | 62 | 14 | 0 | 53 | C1 | 60 | 9 |
| Octal | 1 | 43 | 54 | 142 | 24 | 0 | 123 | 301 | 140 | 11 |
| Binary | 1 | 100011 | 101100 | 1100010 | 10100 | 0 | 1010011 | 11000001 | 1100000 | 1001 |
Color Harmonies of #01232C
Complementary color
Monochromatic Colors of #01232C
Black with #01232C
Text Example
Text Example
White with #01232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01232C; }
p { color: rgb(1,35,44); }
H1.HeaderClassName
{
color: #01232C;
}
.AnyTagClassName
{
color: #01232C;
}
</style>
background-color css
<style>
a { background-color: #01232C; }
a { background-color: rgb(1,35,44); }
div.DivClassName
{
background-color: #01232C;
}
.BgClassName
{
background-color: #01232C;
}
</style>
border-color css
<style>
span { border-color: #01232C; }
span { border-color: rgb(1,35,44); }
td.TdClassName
{
border-color: #01232C;
}
.TagClassName
{
border-color: #01232C;
}
</style>