#0F191F

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

Shades of Black Pearl #0F191F

Tints of Black Pearl #0F191F

Color information

#0F191F (or 0x0F191F) is unknown color: approx Black Pearl. HEX triplet: 0F, 19 and 1F. RGB value is (15,25,31). Sum of RGB (Red+Green+Blue) = 15+25+31=71 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.13% from 71); Green value is 25 (10.16% from 255 or 35.21% from 71); Blue value is 31 (12.5% from 255 or 43.66% from 71); Max value from RGB is 31 - color contains mainly: blue. Hex color #0F191F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F191F is #F0E6E0. Grayscale: #161616. Windows color (decimal): -15787745 or 2038031. OLE color: 2038031.

HSL color Cylindrical-coordinate representation of color #0F191F: hue angle of 202.5º degrees, saturation: 0.35, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0F191F is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB152531-
CMYK0.520.1900.88
HSL202.5º34.78%9.02%-
HSV(B)202.5º51.61%12.16%-
XYZ0.790.91.43-
YUV22.69132.69122.51-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 21.13%
GREEN value IS 25 (10.16% from 255) = 35.21%
BLUE value IS 31 (12.5% from 255) = 43.66%
R=21.13%
G=35.21%
B=43.66%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1525310.520.1900.88202.534.789.02
HexF191F3413058ca239
Octal173137642301303124311
Binary111111001111111101001001101011000110010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F191F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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