Shades of Black Pearl #01232E
Tints of Black Pearl #01232E
RGB
CMYK
RGB Variations
Color information
#01232E (or 0x01232E) is known color: Black Pearl. HEX triplet: 01, 23 and 2E. RGB value is (1,35,46). Sum of RGB (Red+Green+Blue) = 1+35+46=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 35 (14.06% from 255 or 42.68% from 82); Blue value is 46 (18.36% from 255 or 56.10% from 82); Max value from RGB is 46 - color contains mainly: blue. Hex color #01232E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01232E is #FEDCD1. Grayscale: #1A1A1A. Windows color (decimal): -16702674 or 3023617. OLE color: 3023617.
HSL color Cylindrical-coordinate representation of color #01232E: hue angle of 194.67º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01232E is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 1 | 35 | 46 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.82 |
| HSL | 194.67º | 0.96% | 0.09% | - |
| HSV(B) | 194.67º | 0.98% | 0.18% | - |
| XYZ | 1.11 | 1.41 | 2.8 | - |
| YUV | 26.09 | 139.24 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 35 | 46 | 0.98 | 0.24 | 0 | 0.82 | 194.67 | 0.96 | 0.09 |
| Hex | 1 | 23 | 2E | 62 | 18 | 0 | 52 | C3 | 60 | 9 |
| Octal | 1 | 43 | 56 | 142 | 30 | 0 | 122 | 303 | 140 | 11 |
| Binary | 1 | 100011 | 101110 | 1100010 | 11000 | 0 | 1010010 | 11000011 | 1100000 | 1001 |
Color Harmonies of #01232E
Complementary color
Monochromatic Colors of #01232E
Black with #01232E
Text Example
Text Example
White with #01232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01232E; }
p { color: rgb(1,35,46); }
H1.HeaderClassName
{
color: #01232E;
}
.AnyTagClassName
{
color: #01232E;
}
</style>
background-color css
<style>
a { background-color: #01232E; }
a { background-color: rgb(1,35,46); }
div.DivClassName
{
background-color: #01232E;
}
.BgClassName
{
background-color: #01232E;
}
</style>
border-color css
<style>
span { border-color: #01232E; }
span { border-color: rgb(1,35,46); }
td.TdClassName
{
border-color: #01232E;
}
.TagClassName
{
border-color: #01232E;
}
</style>