#090E16

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

Shades of Black Pearl #090E16

Tints of Black Pearl #090E16

Color information

#090E16 (or 0x090E16) is unknown color: approx Black Pearl. HEX triplet: 09, 0E and 16. RGB value is (9,14,22). Sum of RGB (Red+Green+Blue) = 9+14+22=45 (5% of max value = 765). Red value is 9 (3.91% from 255 or 20% from 45); Green value is 14 (5.86% from 255 or 31.11% from 45); Blue value is 22 (8.98% from 255 or 48.89% from 45); Max value from RGB is 22 - color contains mainly: blue. Hex color #090E16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090E16 is #F6F1E9. Grayscale: #0D0D0D. Windows color (decimal): -16183786 or 1445385. OLE color: 1445385.

HSL color Cylindrical-coordinate representation of color #090E16: hue angle of 216.92º degrees, saturation: 0.42, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #090E16 is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB91422-
CMYK0.590.3600.91
HSL216.92º41.94%6.08%-
HSV(B)216.92º59.09%8.63%-
XYZ0.410.430.82-
YUV13.42132.84124.85-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 20%
GREEN value IS 14 (5.86% from 255) = 31.11%
BLUE value IS 22 (8.98% from 255) = 48.89%
R=20%
G=31.11%
B=48.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal914220.590.3600.91216.9241.946.08
Hex9E163B2405Bd92a6
Octal11162673440133331526
Binary10011110101101110111001000101101111011001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090E16; }

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

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

<style>
 a { background-color: #090E16; }

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

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

<style>
 span { border-color: #090E16; }

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

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