#0F181E

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

Shades of Black Pearl #0F181E

Tints of Black Pearl #0F181E

Color information

#0F181E (or 0x0F181E) is unknown color: approx Black Pearl. HEX triplet: 0F, 18 and 1E. RGB value is (15,24,30). Sum of RGB (Red+Green+Blue) = 15+24+30=69 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.74% from 69); Green value is 24 (9.77% from 255 or 34.78% from 69); Blue value is 30 (12.11% from 255 or 43.48% from 69); Max value from RGB is 30 - color contains mainly: blue. Hex color #0F181E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F181E is #F0E7E1. Grayscale: #151515. Windows color (decimal): -15788002 or 1972239. OLE color: 1972239.

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

Color convert

RGB152430-
CMYK0.50.2000.88
HSL204º33.33%8.82%-
HSV(B)204º50%11.76%-
XYZ0.760.851.35-
YUV21.99132.52123.01-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 21.74%
GREEN value IS 24 (9.77% from 255) = 34.78%
BLUE value IS 30 (12.11% from 255) = 43.48%
R=21.74%
G=34.78%
B=43.48%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1524300.50.2000.8820433.338.82
HexF181E3214058cc219
Octal173036622401303144111
Binary111111000111101100101010001011000110011001000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,24,30); }

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

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

 a { background-color: rgb(15,24,30); }

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

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

 span { border-color: rgb(15,24,30); }

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