#0F181B

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

Shades of Black Pearl #0F181B

Tints of Black Pearl #0F181B

Color information

#0F181B (or 0x0F181B) is unknown color: approx Black Pearl. HEX triplet: 0F, 18 and 1B. RGB value is (15,24,27). Sum of RGB (Red+Green+Blue) = 15+24+27=66 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.73% from 66); Green value is 24 (9.77% from 255 or 36.36% from 66); Blue value is 27 (10.94% from 255 or 40.91% from 66); Max value from RGB is 27 - color contains mainly: blue. Hex color #0F181B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F181B is #F0E7E4. Grayscale: #151515. Windows color (decimal): -15788005 or 1775631. OLE color: 1775631.

HSL color Cylindrical-coordinate representation of color #0F181B: hue angle of 195º degrees, saturation: 0.29, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #0F181B is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB152427-
CMYK0.440.1100.89
HSL195º28.57%8.24%-
HSV(B)195º44.44%10.59%-
XYZ0.720.831.16-
YUV21.65131.02123.26-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 22.73%
GREEN value IS 24 (9.77% from 255) = 36.36%
BLUE value IS 27 (10.94% from 255) = 40.91%
R=22.73%
G=36.36%
B=40.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1524270.440.1100.8919528.578.24
HexF181B2CB059c31d8
Octal173033541301313033510
Binary1111110001101110110010110101100111000011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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