#09161D

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

Shades of Black Pearl #09161D

Tints of Black Pearl #09161D

Color information

#09161D (or 0x09161D) is unknown color: approx Black Pearl. HEX triplet: 09, 16 and 1D. RGB value is (9,22,29). Sum of RGB (Red+Green+Blue) = 9+22+29=60 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15% from 60); Green value is 22 (8.98% from 255 or 36.67% from 60); Blue value is 29 (11.72% from 255 or 48.33% from 60); Max value from RGB is 29 - color contains mainly: blue. Hex color #09161D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09161D is #F6E9E2. Grayscale: #121212. Windows color (decimal): -16181731 or 1906185. OLE color: 1906185.

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

Color convert

RGB92229-
CMYK0.690.2400.89
HSL201º52.63%7.45%-
HSV(B)201º68.97%11.37%-
XYZ0.620.721.27-
YUV18.91133.69120.93-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 15%
GREEN value IS 22 (8.98% from 255) = 36.67%
BLUE value IS 29 (11.72% from 255) = 48.33%
R=15%
G=36.67%
B=48.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal922290.690.2400.8920152.637.45
Hex9161D4518059c9357
Octal112635105300131311657
Binary100110110111011000101110000101100111001001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09161D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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