#0F1419

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

Shades of Black Pearl #0F1419

Tints of Black Pearl #0F1419

Color information

#0F1419 (or 0x0F1419) is unknown color: approx Black Pearl. HEX triplet: 0F, 14 and 19. RGB value is (15,20,25). Sum of RGB (Red+Green+Blue) = 15+20+25=60 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25% from 60); Green value is 20 (8.20% from 255 or 33.33% from 60); Blue value is 25 (10.16% from 255 or 41.67% from 60); Max value from RGB is 25 - color contains mainly: blue. Hex color #0F1419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1419 is #F0EBE6. Grayscale: #131313. Windows color (decimal): -15789031 or 1643535. OLE color: 1643535.

HSL color Cylindrical-coordinate representation of color #0F1419: hue angle of 210º 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 #0F1419 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB152025-
CMYK0.400.2000.90
HSL210º25%7.84%-
HSV(B)210º40%9.8%-
XYZ0.620.671.02-
YUV19.08131.34125.09-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 25%
GREEN value IS 20 (8.20% from 255) = 33.33%
BLUE value IS 25 (10.16% from 255) = 41.67%
R=25%
G=33.33%
B=41.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1520250.400.2000.90210257.84
HexF1419281405Ad2198
Octal172431502401323223110
Binary11111010011001101000101000101101011010010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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