Shades of Black Pearl #00232A
Tints of Black Pearl #00232A
RGB
CMYK
RGB Variations
Color information
#00232A (or 0x00232A) is known color: Black Pearl. HEX triplet: 00, 23 and 2A. RGB value is (0,35,42). Sum of RGB (Red+Green+Blue) = 0+35+42=77 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 77); Green value is 35 (14.06% from 255 or 45.45% from 77); Blue value is 42 (16.80% from 255 or 54.55% from 77); Max value from RGB is 42 - color contains mainly: blue. Hex color #00232A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00232A is #FFDCD5. Grayscale: #191919. Windows color (decimal): -16768214 or 2761472. OLE color: 2761472.
HSL color Cylindrical-coordinate representation of color #00232A: hue angle of 190º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00232A is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 0 | 35 | 42 | - |
| CMYK | 1 | 0.17 | 0 | 0.84 |
| HSL | 190º | 1% | 0.08% | - |
| HSV(B) | 190º | 1% | 0.16% | - |
| XYZ | 1.02 | 1.37 | 2.4 | - |
| YUV | 25.33 | 137.4 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 42 | 1 | 0.17 | 0 | 0.84 | 190 | 1 | 0.08 |
| Hex | 0 | 23 | 2A | 64 | 11 | 0 | 54 | BE | 64 | 8 |
| Octal | 0 | 43 | 52 | 144 | 21 | 0 | 124 | 276 | 144 | 10 |
| Binary | 0 | 100011 | 101010 | 1100100 | 10001 | 0 | 1010100 | 10111110 | 1100100 | 1000 |
Color Harmonies of #00232A
Complementary color
Monochromatic Colors of #00232A
Black with #00232A
Text Example
Text Example
White with #00232A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00232A; }
p { color: rgb(0,35,42); }
H1.HeaderClassName
{
color: #00232A;
}
.AnyTagClassName
{
color: #00232A;
}
</style>
background-color css
<style>
a { background-color: #00232A; }
a { background-color: rgb(0,35,42); }
div.DivClassName
{
background-color: #00232A;
}
.BgClassName
{
background-color: #00232A;
}
</style>
border-color css
<style>
span { border-color: #00232A; }
span { border-color: rgb(0,35,42); }
td.TdClassName
{
border-color: #00232A;
}
.TagClassName
{
border-color: #00232A;
}
</style>