Shades of Paua #15103E
Tints of Paua #15103E
RGB
CMYK
RGB Variations
Color information
#15103E (or 0x15103E) is known color: Paua. HEX triplet: 15, 10 and 3E. RGB value is (21,16,62). Sum of RGB (Red+Green+Blue) = 21+16+62=99 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21.21% from 99); Green value is 16 (6.64% from 255 or 16.16% from 99); Blue value is 62 (24.61% from 255 or 62.63% from 99); Max value from RGB is 62 - color contains mainly: blue. Hex color #15103E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15103E is #EAEFC1. Grayscale: #161616. Windows color (decimal): -15396802 or 4067349. OLE color: 4067349.
HSL color Cylindrical-coordinate representation of color #15103E: hue angle of 246.52º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #15103E is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 16 | 62 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.76 |
| HSL | 246.52º | 0.59% | 0.15% | - |
| HSV(B) | 246.52º | 0.74% | 0.24% | - |
| XYZ | 1.36 | 0.88 | 4.65 | - |
| YUV | 22.74 | 150.16 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 16 | 62 | 0.66 | 0.74 | 0 | 0.76 | 246.52 | 0.59 | 0.15 |
| Hex | 15 | 10 | 3E | 42 | 4A | 0 | 4C | F7 | 3B | F |
| Octal | 25 | 20 | 76 | 102 | 112 | 0 | 114 | 367 | 73 | 17 |
| Binary | 10101 | 10000 | 111110 | 1000010 | 1001010 | 0 | 1001100 | 11110111 | 111011 | 1111 |
Color Harmonies of #15103E
Complementary color
Monochromatic Colors of #15103E
Black with #15103E
Text Example
Text Example
White with #15103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15103E; }
p { color: rgb(21,16,62); }
H1.HeaderClassName
{
color: #15103E;
}
.AnyTagClassName
{
color: #15103E;
}
</style>
background-color css
<style>
a { background-color: #15103E; }
a { background-color: rgb(21,16,62); }
div.DivClassName
{
background-color: #15103E;
}
.BgClassName
{
background-color: #15103E;
}
</style>
border-color css
<style>
span { border-color: #15103E; }
span { border-color: rgb(21,16,62); }
td.TdClassName
{
border-color: #15103E;
}
.TagClassName
{
border-color: #15103E;
}
</style>