#09161C

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

Shades of Black Pearl #09161C

Tints of Black Pearl #09161C

Color information

#09161C (or 0x09161C) is unknown color: approx Black Pearl. HEX triplet: 09, 16 and 1C. RGB value is (9,22,28). Sum of RGB (Red+Green+Blue) = 9+22+28=59 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.25% from 59); Green value is 22 (8.98% from 255 or 37.29% from 59); Blue value is 28 (11.33% from 255 or 47.46% from 59); Max value from RGB is 28 - color contains mainly: blue. Hex color #09161C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09161C is #F6E9E3. Grayscale: #121212. Windows color (decimal): -16181732 or 1840649. OLE color: 1840649.

HSL color Cylindrical-coordinate representation of color #09161C: hue angle of 198.95º 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 #09161C is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB92228-
CMYK0.680.2100.89
HSL198.95º51.35%7.25%-
HSV(B)198.95º67.86%10.98%-
XYZ0.610.721.2-
YUV18.8133.19121.01-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 15.25%
GREEN value IS 22 (8.98% from 255) = 37.29%
BLUE value IS 28 (11.33% from 255) = 47.46%
R=15.25%
G=37.29%
B=47.46%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal922280.680.2100.89198.9551.357.25
Hex9161C4415059c7337
Octal112634104250131307637
Binary100110110111001000100101010101100111000111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09161C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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