#090E15

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

Shades of Black Pearl #090E15

Tints of Black Pearl #090E15

Color information

#090E15 (or 0x090E15) is unknown color: approx Black Pearl. HEX triplet: 09, 0E and 15. RGB value is (9,14,21). Sum of RGB (Red+Green+Blue) = 9+14+21=44 (5% of max value = 765). Red value is 9 (3.91% from 255 or 20.45% from 44); Green value is 14 (5.86% from 255 or 31.82% from 44); Blue value is 21 (8.59% from 255 or 47.73% from 44); Max value from RGB is 21 - color contains mainly: blue. Hex color #090E15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090E15 is #F6F1EA. Grayscale: #0D0D0D. Windows color (decimal): -16183787 or 1379849. OLE color: 1379849.

HSL color Cylindrical-coordinate representation of color #090E15: hue angle of 215º degrees, saturation: 0.4, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #090E15 is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB91421-
CMYK0.570.3300.92
HSL215º40%5.88%-
HSV(B)215º57.14%8.24%-
XYZ0.410.430.77-
YUV13.3132.34124.93-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 20.45%
GREEN value IS 14 (5.86% from 255) = 31.82%
BLUE value IS 21 (8.59% from 255) = 47.73%
R=20.45%
G=31.82%
B=47.73%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal914210.570.3300.92215405.88
Hex9E15392105Cd7286
Octal11162571410134327506
Binary10011110101011110011000010101110011010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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