Shades of Black Pearl #0F1A22
Tints of Black Pearl #0F1A22
RGB
CMYK
RGB Variations
Color information
#0F1A22 (or 0x0F1A22) is known color: Black Pearl. HEX triplet: 0F, 1A and 22. RGB value is (15,26,34). Sum of RGB (Red+Green+Blue) = 15+26+34=75 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20% from 75); Green value is 26 (10.55% from 255 or 34.67% from 75); Blue value is 34 (13.67% from 255 or 45.33% from 75); Max value from RGB is 34 - color contains mainly: blue. Hex color #0F1A22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1A22 is #F0E5DD. Grayscale: #171717. Windows color (decimal): -15787486 or 2234895. OLE color: 2234895.
HSL color Cylindrical-coordinate representation of color #0F1A22: hue angle of 205.26º degrees, saturation: 0.39, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #0F1A22 is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 15 | 26 | 34 | - |
| CMYK | 0.56 | 0.24 | 0 | 0.87 |
| HSL | 205.26º | 0.39% | 0.1% | - |
| HSV(B) | 205.26º | 0.56% | 0.13% | - |
| XYZ | 0.86 | 0.96 | 1.65 | - |
| YUV | 23.62 | 133.86 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 26 | 34 | 0.56 | 0.24 | 0 | 0.87 | 205.26 | 0.39 | 0.1 |
| Hex | F | 1A | 22 | 38 | 18 | 0 | 57 | CD | 27 | A |
| Octal | 17 | 32 | 42 | 70 | 30 | 0 | 127 | 315 | 47 | 12 |
| Binary | 1111 | 11010 | 100010 | 111000 | 11000 | 0 | 1010111 | 11001101 | 100111 | 1010 |
Color Harmonies of #0F1A22
Complementary color
Monochromatic Colors of #0F1A22
Black with #0F1A22
Text Example
Text Example
White with #0F1A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1A22; }
p { color: rgb(15,26,34); }
H1.HeaderClassName
{
color: #0F1A22;
}
.AnyTagClassName
{
color: #0F1A22;
}
</style>
background-color css
<style>
a { background-color: #0F1A22; }
a { background-color: rgb(15,26,34); }
div.DivClassName
{
background-color: #0F1A22;
}
.BgClassName
{
background-color: #0F1A22;
}
</style>
border-color css
<style>
span { border-color: #0F1A22; }
span { border-color: rgb(15,26,34); }
td.TdClassName
{
border-color: #0F1A22;
}
.TagClassName
{
border-color: #0F1A22;
}
</style>