#09191C

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

Shades of Black Pearl #09191C

Tints of Black Pearl #09191C

Color information

#09191C (or 0x09191C) is unknown color: approx Black Pearl. HEX triplet: 09, 19 and 1C. RGB value is (9,25,28). Sum of RGB (Red+Green+Blue) = 9+25+28=62 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.52% from 62); Green value is 25 (10.16% from 255 or 40.32% from 62); Blue value is 28 (11.33% from 255 or 45.16% from 62); Max value from RGB is 28 - color contains mainly: blue. Hex color #09191C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09191C is #F6E6E3. Grayscale: #141414. Windows color (decimal): -16180964 or 1841417. OLE color: 1841417.

HSL color Cylindrical-coordinate representation of color #09191C: hue angle of 189.47º degrees, saturation: 0.51, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #09191C is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB92528-
CMYK0.680.1100.89
HSL189.47º51.35%7.25%-
HSV(B)189.47º67.86%10.98%-
XYZ0.670.841.22-
YUV20.56132.2119.76-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 14.52%
GREEN value IS 25 (10.16% from 255) = 40.32%
BLUE value IS 28 (11.33% from 255) = 45.16%
R=14.52%
G=40.32%
B=45.16%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal925280.680.1100.89189.4751.357.25
Hex9191C44B059bd337
Octal113134104130131275637
Binary10011100111100100010010110101100110111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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