Shades of Paua #150F3F
Tints of Paua #150F3F
RGB
CMYK
RGB Variations
Color information
#150F3F (or 0x150F3F) is known color: Paua. HEX triplet: 15, 0F and 3F. RGB value is (21,15,63). Sum of RGB (Red+Green+Blue) = 21+15+63=99 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21.21% from 99); Green value is 15 (6.25% from 255 or 15.15% from 99); Blue value is 63 (25% from 255 or 63.64% from 99); Max value from RGB is 63 - color contains mainly: blue. Hex color #150F3F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150F3F is #EAF0C0. Grayscale: #161616. Windows color (decimal): -15397057 or 4132629. OLE color: 4132629.
HSL color Cylindrical-coordinate representation of color #150F3F: hue angle of 247.5º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #150F3F is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 15 | 63 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.75 |
| HSL | 247.5º | 0.62% | 0.15% | - |
| HSV(B) | 247.5º | 0.76% | 0.25% | - |
| XYZ | 1.38 | 0.86 | 4.8 | - |
| YUV | 22.27 | 150.99 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 63 | 0.67 | 0.76 | 0 | 0.75 | 247.5 | 0.62 | 0.15 |
| Hex | 15 | F | 3F | 43 | 4C | 0 | 4B | F8 | 3E | F |
| Octal | 25 | 17 | 77 | 103 | 114 | 0 | 113 | 370 | 76 | 17 |
| Binary | 10101 | 1111 | 111111 | 1000011 | 1001100 | 0 | 1001011 | 11111000 | 111110 | 1111 |
Color Harmonies of #150F3F
Complementary color
Monochromatic Colors of #150F3F
Black with #150F3F
Text Example
Text Example
White with #150F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150F3F; }
p { color: rgb(21,15,63); }
H1.HeaderClassName
{
color: #150F3F;
}
.AnyTagClassName
{
color: #150F3F;
}
</style>
background-color css
<style>
a { background-color: #150F3F; }
a { background-color: rgb(21,15,63); }
div.DivClassName
{
background-color: #150F3F;
}
.BgClassName
{
background-color: #150F3F;
}
</style>
border-color css
<style>
span { border-color: #150F3F; }
span { border-color: rgb(21,15,63); }
td.TdClassName
{
border-color: #150F3F;
}
.TagClassName
{
border-color: #150F3F;
}
</style>