#000D11

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

Shades of Black Pearl #000D11

Tints of Black Pearl #000D11

Color information

#000D11 (or 0x000D11) is unknown color: approx Black Pearl. HEX triplet: 00, 0D and 11. RGB value is (0,13,17). Sum of RGB (Red+Green+Blue) = 0+13+17=30 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 30); Green value is 13 (5.47% from 255 or 43.33% from 30); Blue value is 17 (7.03% from 255 or 56.67% from 30); Max value from RGB is 17 - color contains mainly: blue. Hex color #000D11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000D11 is #FFF2EE. Grayscale: #090909. Windows color (decimal): -16773871 or 1117440. OLE color: 1117440.

HSL color Cylindrical-coordinate representation of color #000D11: hue angle of 194.12º 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 #000D11 is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB01317-
CMYK10.2400.93
HSL194.12º100%3.33%-
HSV(B)194.12º100%6.67%-
XYZ0.250.330.58-
YUV9.57132.19121.17-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 13 (5.47% from 255) = 43.33%
BLUE value IS 17 (7.03% from 255) = 56.67%
R=0%
G=43.33%
B=56.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal0131710.2400.93194.121003.33
Hex0D11641805Dc2643
Octal015211443001353021443
Binary01101100011100100110000101110111000010110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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