#090F18

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

Shades of Black Pearl #090F18

Tints of Black Pearl #090F18

Color information

#090F18 (or 0x090F18) is unknown color: approx Black Pearl. HEX triplet: 09, 0F and 18. RGB value is (9,15,24). Sum of RGB (Red+Green+Blue) = 9+15+24=48 (6% of max value = 765). Red value is 9 (3.91% from 255 or 18.75% from 48); Green value is 15 (6.25% from 255 or 31.25% from 48); Blue value is 24 (9.77% from 255 or 50% from 48); Max value from RGB is 24 - color contains mainly: blue. Hex color #090F18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090F18 is #F6F0E7. Grayscale: #0E0E0E. Windows color (decimal): -16183528 or 1576713. OLE color: 1576713.

HSL color Cylindrical-coordinate representation of color #090F18: hue angle of 216º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #090F18 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB91524-
CMYK0.630.3700.91
HSL216º45.45%6.47%-
HSV(B)216º62.5%9.41%-
XYZ0.450.470.93-
YUV14.23133.51124.27-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 18.75%
GREEN value IS 15 (6.25% from 255) = 31.25%
BLUE value IS 24 (9.77% from 255) = 50%
R=18.75%
G=31.25%
B=50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal915240.630.3700.9121645.456.47
Hex9F183F2505Bd82d6
Octal11173077450133330556
Binary10011111110001111111001010101101111011000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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