#09191B

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

Shades of Black Pearl #09191B

Tints of Black Pearl #09191B

Color information

#09191B (or 0x09191B) is unknown color: approx Black Pearl. HEX triplet: 09, 19 and 1B. RGB value is (9,25,27). Sum of RGB (Red+Green+Blue) = 9+25+27=61 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.75% from 61); Green value is 25 (10.16% from 255 or 40.98% from 61); Blue value is 27 (10.94% from 255 or 44.26% from 61); Max value from RGB is 27 - color contains mainly: blue. Hex color #09191B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09191B is #F6E6E4. Grayscale: #141414. Windows color (decimal): -16180965 or 1775881. OLE color: 1775881.

HSL color Cylindrical-coordinate representation of color #09191B: hue angle of 186.67º 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 #09191B is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB92527-
CMYK0.670.0700.89
HSL186.67º50%7.06%-
HSV(B)186.67º66.67%10.59%-
XYZ0.660.831.16-
YUV20.44131.7119.84-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 14.75%
GREEN value IS 25 (10.16% from 255) = 40.98%
BLUE value IS 27 (10.94% from 255) = 44.26%
R=14.75%
G=40.98%
B=44.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal925270.670.0700.89186.67507.06
Hex9191B437059bb327
Octal11313310370131273627
Binary1001110011101110000111110101100110111011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09191B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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