#090F19

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

Shades of Black Pearl #090F19

Tints of Black Pearl #090F19

Color information

#090F19 (or 0x090F19) is unknown color: approx Black Pearl. HEX triplet: 09, 0F and 19. RGB value is (9,15,25). Sum of RGB (Red+Green+Blue) = 9+15+25=49 (6% of max value = 765). Red value is 9 (3.91% from 255 or 18.37% from 49); Green value is 15 (6.25% from 255 or 30.61% from 49); Blue value is 25 (10.16% from 255 or 51.02% from 49); Max value from RGB is 25 - color contains mainly: blue. Hex color #090F19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090F19 is #F6F0E6. Grayscale: #0E0E0E. Windows color (decimal): -16183527 or 1642249. OLE color: 1642249.

HSL color Cylindrical-coordinate representation of color #090F19: hue angle of 217.5º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #090F19 is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB91525-
CMYK0.640.4000.90
HSL217.5º47.06%6.67%-
HSV(B)217.5º64%9.8%-
XYZ0.460.470.99-
YUV14.35134.01124.19-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 18.37%
GREEN value IS 15 (6.25% from 255) = 30.61%
BLUE value IS 25 (10.16% from 255) = 51.02%
R=18.37%
G=30.61%
B=51.02%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal915250.640.4000.90217.547.066.67
Hex9F19402805Ada2f7
Octal111731100500132332577
Binary100111111100110000001010000101101011011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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