#09191D

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

Shades of Black Pearl #09191D

Tints of Black Pearl #09191D

Color information

#09191D (or 0x09191D) is unknown color: approx Black Pearl. HEX triplet: 09, 19 and 1D. RGB value is (9,25,29). Sum of RGB (Red+Green+Blue) = 9+25+29=63 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.29% from 63); Green value is 25 (10.16% from 255 or 39.68% from 63); Blue value is 29 (11.72% from 255 or 46.03% from 63); Max value from RGB is 29 - color contains mainly: blue. Hex color #09191D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09191D is #F6E6E2. Grayscale: #141414. Windows color (decimal): -16180963 or 1906953. OLE color: 1906953.

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

Color convert

RGB92529-
CMYK0.690.1400.89
HSL192º52.63%7.45%-
HSV(B)192º68.97%11.37%-
XYZ0.680.841.29-
YUV20.67132.7119.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 14.29%
GREEN value IS 25 (10.16% from 255) = 39.68%
BLUE value IS 29 (11.72% from 255) = 46.03%
R=14.29%
G=39.68%
B=46.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal925290.690.1400.8919252.637.45
Hex9191D45E059c0357
Octal113135105160131300657
Binary10011100111101100010111100101100111000000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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