Html Css Color HEX #000F11 Black Pearl

📋 copy color: '#000F11'

red 0 ◦ green 15 ◦ blue 17

#000F11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #000F11

Tints of Black Pearl #000F11

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.13%

R = 0%
G = 46.88%
B = 53.13%

CMYK

 C value IS 1

 M value IS 0.12

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#000F11 (or 0x000F11) is known color: 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

RGB 0 15 17 -
CMYK 1 0.12 0 0.93
HSL 187.06º 1% 0.03% -
HSV(B) 187.06º 1% 0.07% -
XYZ 0.27 0.38 0.59 -
YUV 10.74 131.53 120.34 -
System Red Green Blue C M Y K H S L
Decimal 0 15 17 1 0.12 0 0.93 187.06 1 0.03
Hex 0 F 11 64 C 0 5D BB 64 3
Octal 0 17 21 144 14 0 135 273 144 3
Binary 0 1111 10001 1100100 1100 0 1011101 10111011 1100100 11

Color Harmonies of #000F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000F11

Black with #000F11

Text Example


Text Example

White with #000F11

Text Example


Text Example

HTML Codes & Css Web 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>