Shades of Black Pearl #122333
Tints of Black Pearl #122333
RGB
CMYK
RGB Variations
Color information
#122333 (or 0x122333) is known color: Black Pearl. HEX triplet: 12, 23 and 33. RGB value is (18,35,51). Sum of RGB (Red+Green+Blue) = 18+35+51=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 35 (14.06% from 255 or 33.65% from 104); Blue value is 51 (20.31% from 255 or 49.04% from 104); Max value from RGB is 51 - color contains mainly: blue. Hex color #122333 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122333 is #EDDCCC. Grayscale: #1F1F1F. Windows color (decimal): -15588557 or 3351314. OLE color: 3351314.
HSL color Cylindrical-coordinate representation of color #122333: hue angle of 209.09º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #122333 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 18 | 35 | 51 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.8 |
| HSL | 209.09º | 0.48% | 0.14% | - |
| HSV(B) | 209.09º | 0.65% | 0.2% | - |
| XYZ | 1.45 | 1.57 | 3.36 | - |
| YUV | 31.74 | 138.87 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 35 | 51 | 0.65 | 0.31 | 0 | 0.8 | 209.09 | 0.48 | 0.14 |
| Hex | 12 | 23 | 33 | 41 | 1F | 0 | 50 | D1 | 30 | E |
| Octal | 22 | 43 | 63 | 101 | 37 | 0 | 120 | 321 | 60 | 16 |
| Binary | 10010 | 100011 | 110011 | 1000001 | 11111 | 0 | 1010000 | 11010001 | 110000 | 1110 |
Color Harmonies of #122333
Complementary color
Monochromatic Colors of #122333
Black with #122333
Text Example
Text Example
White with #122333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122333; }
p { color: rgb(18,35,51); }
H1.HeaderClassName
{
color: #122333;
}
.AnyTagClassName
{
color: #122333;
}
</style>
background-color css
<style>
a { background-color: #122333; }
a { background-color: rgb(18,35,51); }
div.DivClassName
{
background-color: #122333;
}
.BgClassName
{
background-color: #122333;
}
</style>
border-color css
<style>
span { border-color: #122333; }
span { border-color: rgb(18,35,51); }
td.TdClassName
{
border-color: #122333;
}
.TagClassName
{
border-color: #122333;
}
</style>