#090F16

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

Shades of Black Pearl #090F16

Tints of Black Pearl #090F16

Color information

#090F16 (or 0x090F16) is unknown color: approx Black Pearl. HEX triplet: 09, 0F and 16. RGB value is (9,15,22). Sum of RGB (Red+Green+Blue) = 9+15+22=46 (6% of max value = 765). Red value is 9 (3.91% from 255 or 19.57% from 46); Green value is 15 (6.25% from 255 or 32.61% from 46); Blue value is 22 (8.98% from 255 or 47.83% from 46); Max value from RGB is 22 - color contains mainly: blue. Hex color #090F16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090F16 is #F6F0E9. Grayscale: #0D0D0D. Windows color (decimal): -16183530 or 1445641. OLE color: 1445641.

HSL color Cylindrical-coordinate representation of color #090F16: hue angle of 212.31º 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 #090F16 is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB91522-
CMYK0.590.3200.91
HSL212.31º41.94%6.08%-
HSV(B)212.31º59.09%8.63%-
XYZ0.430.460.82-
YUV14132.51124.43-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 19.57%
GREEN value IS 15 (6.25% from 255) = 32.61%
BLUE value IS 22 (8.98% from 255) = 47.83%
R=19.57%
G=32.61%
B=47.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal915220.590.3200.91212.3141.946.08
Hex9F163B2005Bd42a6
Octal11172673400133324526
Binary10011111101101110111000000101101111010100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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