Html Css Color HEX #000911 Black Pearl

📋 copy color: '#000911'

red 0 ◦ green 9 ◦ blue 17

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

Shades of Black Pearl #000911

Tints of Black Pearl #000911

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 value IS 1

 M value IS 0.47

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#000911 (or 0x000911) is known color: 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

RGB 0 9 17 -
CMYK 1 0.47 0 0.93
HSL 208.24º 1% 0.03% -
HSV(B) 208.24º 1% 0.07% -
XYZ 0.2 0.24 0.57 -
YUV 7.22 133.52 122.85 -
System Red Green Blue C M Y K H S L
Decimal 0 9 17 1 0.47 0 0.93 208.24 1 0.03
Hex 0 9 11 64 2F 0 5D D0 64 3
Octal 0 11 21 144 57 0 135 320 144 3
Binary 0 1001 10001 1100100 101111 0 1011101 11010000 1100100 11

Color Harmonies of #000911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000911

Black with #000911

Text Example


Text Example

White with #000911

Text Example


Text Example

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