#0F1519

Color #0F1519 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #0F1519

Tints of Black Pearl #0F1519

Color information

#0F1519 (or 0x0F1519) is unknown color: approx Black Pearl. HEX triplet: 0F, 15 and 19. RGB value is (15,21,25). Sum of RGB (Red+Green+Blue) = 15+21+25=61 (8% of max value = 765). Red value is 15 (6.25% from 255 or 24.59% from 61); Green value is 21 (8.59% from 255 or 34.43% from 61); Blue value is 25 (10.16% from 255 or 40.98% from 61); Max value from RGB is 25 - color contains mainly: blue. Hex color #0F1519 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1519 is #F0EAE6. Grayscale: #131313. Windows color (decimal): -15788775 or 1643791. OLE color: 1643791.

HSL color Cylindrical-coordinate representation of color #0F1519: hue angle of 204º degrees, saturation: 0.25, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #0F1519 is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB152125-
CMYK0.400.1600.90
HSL204º25%7.84%-
HSV(B)204º40%9.8%-
XYZ0.640.711.02-
YUV19.66131.01124.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 15 (6.25% from 255) = 24.59%
GREEN value IS 21 (8.59% from 255) = 34.43%
BLUE value IS 25 (10.16% from 255) = 40.98%
R=24.59%
G=34.43%
B=40.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1521250.400.1600.90204257.84
HexF1519281005Acc198
Octal172531502001323143110
Binary11111010111001101000100000101101011001100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F1519; }

 p { color: rgb(15,21,25); }

 H1.HeaderClassName
 {
   color: #0F1519;
 }
 .AnyTagClassName
 {
   color: #0F1519;
 }
</style>
background-color css

<style>
 a { background-color: #0F1519; }

 a { background-color: rgb(15,21,25); }

 div.DivClassName
 {
   background-color: #0F1519;
 }
 .BgClassName
 {
   background-color: #0F1519;
 }
</style>
border-color css

<style>
 span { border-color: #0F1519; }

 span { border-color: rgb(15,21,25); }

 td.TdClassName
 {
   border-color: #0F1519;
 }
 .TagClassName
 {
   border-color: #0F1519;
 }
</style>