#000911

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

Shades of Black Pearl #000911

Tints of Black Pearl #000911

Color information

#000911 (or 0x000911) is unknown color: approx Black Pearl. HEX triplet: 00, 09 and 11. RGB value is (0,9,17). Sum of RGB (Red+Green+Blue) = 0+9+17=26 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 26); Green value is 9 (3.91% from 255 or 34.62% from 26); Blue value is 17 (7.03% from 255 or 65.38% from 26); Max value from RGB is 17 - color contains mainly: blue. Hex color #000911 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000911 is #FFF6EE. Grayscale: #070707. Windows color (decimal): -16774895 or 1116416. OLE color: 1116416.

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

Color convert

RGB0917-
CMYK10.4700.93
HSL208.24º100%3.33%-
HSV(B)208.24º100%6.67%-
XYZ0.20.240.57-
YUV7.22133.52122.85-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 9 (3.91% from 255) = 34.62%
BLUE value IS 17 (7.03% from 255) = 65.38%
R=0%
G=34.62%
B=65.38%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal091710.4700.93208.241003.33
Hex0911642F05Dd0643
Octal011211445701353201443
Binary010011000111001001011110101110111010000110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000911; }

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

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

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

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

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

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

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

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