#090118

Color #090118 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #090118

Tints of Blackcurrant #090118

Color information

#090118 (or 0x090118) is unknown color: approx Blackcurrant. HEX triplet: 09, 01 and 18. RGB value is (9,1,24). Sum of RGB (Red+Green+Blue) = 9+1+24=34 (4% of max value = 765). Red value is 9 (3.91% from 255 or 26.47% from 34); Green value is 1 (0.78% from 255 or 2.94% from 34); Blue value is 24 (9.77% from 255 or 70.59% from 34); Max value from RGB is 24 - color contains mainly: blue. Hex color #090118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090118 is #F6FEE7. Grayscale: #050505. Windows color (decimal): -16187112 or 1573129. OLE color: 1573129.

HSL color Cylindrical-coordinate representation of color #090118: hue angle of 260.87º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090118 is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB9124-
CMYK0.630.9600.91
HSL260.87º92%4.9%-
HSV(B)260.87º95.83%9.41%-
XYZ0.290.150.88-
YUV6.01138.15130.13-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 26.47%
GREEN value IS 1 (0.78% from 255) = 2.94%
BLUE value IS 24 (9.77% from 255) = 70.59%
R=26.47%
G=2.94%
B=70.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal91240.630.9600.91260.87924.9
Hex91183F6005B1055c5
Octal111307714001334051345
Binary10011110001111111100000010110111000001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090118; }

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

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

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

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

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

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

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

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