Shades of Black Pearl #10232F
Tints of Black Pearl #10232F
RGB
CMYK
RGB Variations
Color information
#10232F (or 0x10232F) is known color: Black Pearl. HEX triplet: 10, 23 and 2F. RGB value is (16,35,47). Sum of RGB (Red+Green+Blue) = 16+35+47=98 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.33% from 98); Green value is 35 (14.06% from 255 or 35.71% from 98); Blue value is 47 (18.75% from 255 or 47.96% from 98); Max value from RGB is 47 - color contains mainly: blue. Hex color #10232F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10232F is #EFDCD0. Grayscale: #1E1E1E. Windows color (decimal): -15719633 or 3089168. OLE color: 3089168.
HSL color Cylindrical-coordinate representation of color #10232F: hue angle of 203.23º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #10232F is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 16 | 35 | 47 | - |
| CMYK | 0.66 | 0.26 | 0 | 0.82 |
| HSL | 203.23º | 0.49% | 0.12% | - |
| HSV(B) | 203.23º | 0.66% | 0.18% | - |
| XYZ | 1.33 | 1.52 | 2.91 | - |
| YUV | 30.69 | 137.21 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 35 | 47 | 0.66 | 0.26 | 0 | 0.82 | 203.23 | 0.49 | 0.12 |
| Hex | 10 | 23 | 2F | 42 | 1A | 0 | 52 | CB | 31 | C |
| Octal | 20 | 43 | 57 | 102 | 32 | 0 | 122 | 313 | 61 | 14 |
| Binary | 10000 | 100011 | 101111 | 1000010 | 11010 | 0 | 1010010 | 11001011 | 110001 | 1100 |
Color Harmonies of #10232F
Complementary color
Monochromatic Colors of #10232F
Black with #10232F
Text Example
Text Example
White with #10232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10232F; }
p { color: rgb(16,35,47); }
H1.HeaderClassName
{
color: #10232F;
}
.AnyTagClassName
{
color: #10232F;
}
</style>
background-color css
<style>
a { background-color: #10232F; }
a { background-color: rgb(16,35,47); }
div.DivClassName
{
background-color: #10232F;
}
.BgClassName
{
background-color: #10232F;
}
</style>
border-color css
<style>
span { border-color: #10232F; }
span { border-color: rgb(16,35,47); }
td.TdClassName
{
border-color: #10232F;
}
.TagClassName
{
border-color: #10232F;
}
</style>