Shades of Black Pearl #00182F
Tints of Black Pearl #00182F
RGB
CMYK
RGB Variations
Color information
#00182F (or 0x00182F) is known color: Black Pearl. HEX triplet: 00, 18 and 2F. RGB value is (0,24,47). Sum of RGB (Red+Green+Blue) = 0+24+47=71 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 71); Green value is 24 (9.77% from 255 or 33.80% from 71); Blue value is 47 (18.75% from 255 or 66.20% from 71); Max value from RGB is 47 - color contains mainly: blue. Hex color #00182F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00182F is #FFE7D0. Grayscale: #131313. Windows color (decimal): -16771025 or 3086336. OLE color: 3086336.
HSL color Cylindrical-coordinate representation of color #00182F: hue angle of 209.36º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00182F is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 0 | 24 | 47 | - |
| CMYK | 1 | 0.49 | 0 | 0.82 |
| HSL | 209.36º | 1% | 0.09% | - |
| HSV(B) | 209.36º | 1% | 0.18% | - |
| XYZ | 0.84 | 0.86 | 2.81 | - |
| YUV | 19.45 | 143.55 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 24 | 47 | 1 | 0.49 | 0 | 0.82 | 209.36 | 1 | 0.09 |
| Hex | 0 | 18 | 2F | 64 | 31 | 0 | 52 | D1 | 64 | 9 |
| Octal | 0 | 30 | 57 | 144 | 61 | 0 | 122 | 321 | 144 | 11 |
| Binary | 0 | 11000 | 101111 | 1100100 | 110001 | 0 | 1010010 | 11010001 | 1100100 | 1001 |
Color Harmonies of #00182F
Complementary color
Monochromatic Colors of #00182F
Black with #00182F
Text Example
Text Example
White with #00182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00182F; }
p { color: rgb(0,24,47); }
H1.HeaderClassName
{
color: #00182F;
}
.AnyTagClassName
{
color: #00182F;
}
</style>
background-color css
<style>
a { background-color: #00182F; }
a { background-color: rgb(0,24,47); }
div.DivClassName
{
background-color: #00182F;
}
.BgClassName
{
background-color: #00182F;
}
</style>
border-color css
<style>
span { border-color: #00182F; }
span { border-color: rgb(0,24,47); }
td.TdClassName
{
border-color: #00182F;
}
.TagClassName
{
border-color: #00182F;
}
</style>