#09111B

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

Shades of Black Pearl #09111B

Tints of Black Pearl #09111B

Color information

#09111B (or 0x09111B) is unknown color: approx Black Pearl. HEX triplet: 09, 11 and 1B. RGB value is (9,17,27). Sum of RGB (Red+Green+Blue) = 9+17+27=53 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.98% from 53); Green value is 17 (7.03% from 255 or 32.08% from 53); Blue value is 27 (10.94% from 255 or 50.94% from 53); Max value from RGB is 27 - color contains mainly: blue. Hex color #09111B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09111B is #F6EEE4. Grayscale: #0F0F0F. Windows color (decimal): -16183013 or 1773833. OLE color: 1773833.

HSL color Cylindrical-coordinate representation of color #09111B: hue angle of 213.33º degrees, saturation: 0.5, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #09111B is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB91727-
CMYK0.670.3700.89
HSL213.33º50%7.06%-
HSV(B)213.33º66.67%10.59%-
XYZ0.510.541.11-
YUV15.75134.35123.19-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 16.98%
GREEN value IS 17 (7.03% from 255) = 32.08%
BLUE value IS 27 (10.94% from 255) = 50.94%
R=16.98%
G=32.08%
B=50.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal917270.670.3700.89213.33507.06
Hex9111B4325059d5327
Octal112133103450131325627
Binary1001100011101110000111001010101100111010101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09111B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09111B; }

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

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

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

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

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

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

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

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