#000F11

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

Shades of Black Pearl #000F11

Tints of Black Pearl #000F11

Color information

#000F11 (or 0x000F11) is unknown color: approx Black Pearl. HEX triplet: 00, 0F and 11. RGB value is (0,15,17). Sum of RGB (Red+Green+Blue) = 0+15+17=32 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 32); Green value is 15 (6.25% from 255 or 46.88% from 32); Blue value is 17 (7.03% from 255 or 53.12% from 32); Max value from RGB is 17 - color contains mainly: blue. Hex color #000F11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000F11 is #FFF0EE. Grayscale: #0A0A0A. Windows color (decimal): -16773359 or 1117952. OLE color: 1117952.

HSL color Cylindrical-coordinate representation of color #000F11: hue angle of 187.06º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F11 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB01517-
CMYK10.1200.93
HSL187.06º100%3.33%-
HSV(B)187.06º100%6.67%-
XYZ0.270.380.59-
YUV10.74131.53120.34-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 15 (6.25% from 255) = 46.88%
BLUE value IS 17 (7.03% from 255) = 53.12%
R=0%
G=46.88%
B=53.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal0151710.1200.93187.061003.33
Hex0F1164C05Dbb643
Octal017211441401352731443
Binary0111110001110010011000101110110111011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000F11; }

 p { color: rgb(0,15,17); }

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

<style>
 a { background-color: #000F11; }

 a { background-color: rgb(0,15,17); }

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

<style>
 span { border-color: #000F11; }

 span { border-color: rgb(0,15,17); }

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