Shades of Black Pearl #131E2A
Tints of Black Pearl #131E2A
RGB
CMYK
RGB Variations
Color information
#131E2A (or 0x131E2A) is known color: Black Pearl. HEX triplet: 13, 1E and 2A. RGB value is (19,30,42). Sum of RGB (Red+Green+Blue) = 19+30+42=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 30 (12.11% from 255 or 32.97% from 91); Blue value is 42 (16.80% from 255 or 46.15% from 91); Max value from RGB is 42 - color contains mainly: blue. Hex color #131E2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131E2A is #ECE1D5. Grayscale: #1C1C1C. Windows color (decimal): -15524310 or 2760211. OLE color: 2760211.
HSL color Cylindrical-coordinate representation of color #131E2A: hue angle of 211.3º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #131E2A is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
RGB | 19 | 30 | 42 | - |
CMYK | 0.55 | 0.29 | 0 | 0.84 |
HSL | 211.3º | 0.38% | 0.12% | - |
HSV(B) | 211.3º | 0.55% | 0.16% | - |
XYZ | 1.15 | 1.23 | 2.37 | - |
YUV | 28.08 | 135.86 | 121.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 19 | 30 | 42 | 0.55 | 0.29 | 0 | 0.84 | 211.3 | 0.38 | 0.12 |
Hex | 13 | 1E | 2A | 37 | 1D | 0 | 54 | D3 | 26 | C |
Octal | 23 | 36 | 52 | 67 | 35 | 0 | 124 | 323 | 46 | 14 |
Binary | 10011 | 11110 | 101010 | 110111 | 11101 | 0 | 1010100 | 11010011 | 100110 | 1100 |
Color Harmonies of #131E2A
Complementary color
Monochromatic Colors of #131E2A
Black with #131E2A
Text Example
Text Example
White with #131E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131E2A; }
p { color: rgb(19,30,42); }
H1.HeaderClassName
{
color: #131E2A;
}
.AnyTagClassName
{
color: #131E2A;
}
</style>
background-color css
<style>
a { background-color: #131E2A; }
a { background-color: rgb(19,30,42); }
div.DivClassName
{
background-color: #131E2A;
}
.BgClassName
{
background-color: #131E2A;
}
</style>
border-color css
<style>
span { border-color: #131E2A; }
span { border-color: rgb(19,30,42); }
td.TdClassName
{
border-color: #131E2A;
}
.TagClassName
{
border-color: #131E2A;
}
</style>