Shades of Black Pearl #112333
Tints of Black Pearl #112333
RGB
CMYK
RGB Variations
Color information
#112333 (or 0x112333) is known color: Black Pearl. HEX triplet: 11, 23 and 33. RGB value is (17,35,51). Sum of RGB (Red+Green+Blue) = 17+35+51=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 35 (14.06% from 255 or 33.98% from 103); Blue value is 51 (20.31% from 255 or 49.51% from 103); Max value from RGB is 51 - color contains mainly: blue. Hex color #112333 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112333 is #EEDCCC. Grayscale: #1F1F1F. Windows color (decimal): -15654093 or 3351313. OLE color: 3351313.
HSL color Cylindrical-coordinate representation of color #112333: hue angle of 208.24º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #112333 is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 17 | 35 | 51 | - |
| CMYK | 0.67 | 0.31 | 0 | 0.8 |
| HSL | 208.24º | 0.5% | 0.13% | - |
| HSV(B) | 208.24º | 0.67% | 0.2% | - |
| XYZ | 1.43 | 1.56 | 3.36 | - |
| YUV | 31.44 | 139.04 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 35 | 51 | 0.67 | 0.31 | 0 | 0.8 | 208.24 | 0.5 | 0.13 |
| Hex | 11 | 23 | 33 | 43 | 1F | 0 | 50 | D0 | 32 | D |
| Octal | 21 | 43 | 63 | 103 | 37 | 0 | 120 | 320 | 62 | 15 |
| Binary | 10001 | 100011 | 110011 | 1000011 | 11111 | 0 | 1010000 | 11010000 | 110010 | 1101 |
Color Harmonies of #112333
Complementary color
Monochromatic Colors of #112333
Black with #112333
Text Example
Text Example
White with #112333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112333; }
p { color: rgb(17,35,51); }
H1.HeaderClassName
{
color: #112333;
}
.AnyTagClassName
{
color: #112333;
}
</style>
background-color css
<style>
a { background-color: #112333; }
a { background-color: rgb(17,35,51); }
div.DivClassName
{
background-color: #112333;
}
.BgClassName
{
background-color: #112333;
}
</style>
border-color css
<style>
span { border-color: #112333; }
span { border-color: rgb(17,35,51); }
td.TdClassName
{
border-color: #112333;
}
.TagClassName
{
border-color: #112333;
}
</style>