Shades of Black Pearl #13262E
Tints of Black Pearl #13262E
RGB
CMYK
RGB Variations
Color information
#13262E (or 0x13262E) is known color: Black Pearl. HEX triplet: 13, 26 and 2E. RGB value is (19,38,46). Sum of RGB (Red+Green+Blue) = 19+38+46=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 38 (15.23% from 255 or 36.89% from 103); Blue value is 46 (18.36% from 255 or 44.66% from 103); Max value from RGB is 46 - color contains mainly: blue. Hex color #13262E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13262E is #ECD9D1. Grayscale: #212121. Windows color (decimal): -15522258 or 3024403. OLE color: 3024403.
HSL color Cylindrical-coordinate representation of color #13262E: hue angle of 197.78º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #13262E is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 38 | 46 | - |
| CMYK | 0.59 | 0.17 | 0 | 0.82 |
| HSL | 197.78º | 0.42% | 0.13% | - |
| HSV(B) | 197.78º | 0.59% | 0.18% | - |
| XYZ | 1.45 | 1.72 | 2.84 | - |
| YUV | 33.23 | 135.21 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 38 | 46 | 0.59 | 0.17 | 0 | 0.82 | 197.78 | 0.42 | 0.13 |
| Hex | 13 | 26 | 2E | 3B | 11 | 0 | 52 | C6 | 2A | D |
| Octal | 23 | 46 | 56 | 73 | 21 | 0 | 122 | 306 | 52 | 15 |
| Binary | 10011 | 100110 | 101110 | 111011 | 10001 | 0 | 1010010 | 11000110 | 101010 | 1101 |
Color Harmonies of #13262E
Complementary color
Monochromatic Colors of #13262E
Black with #13262E
Text Example
Text Example
White with #13262E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13262E; }
p { color: rgb(19,38,46); }
H1.HeaderClassName
{
color: #13262E;
}
.AnyTagClassName
{
color: #13262E;
}
</style>
background-color css
<style>
a { background-color: #13262E; }
a { background-color: rgb(19,38,46); }
div.DivClassName
{
background-color: #13262E;
}
.BgClassName
{
background-color: #13262E;
}
</style>
border-color css
<style>
span { border-color: #13262E; }
span { border-color: rgb(19,38,46); }
td.TdClassName
{
border-color: #13262E;
}
.TagClassName
{
border-color: #13262E;
}
</style>