#090119

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

Shades of Blackcurrant #090119

Tints of Blackcurrant #090119

Color information

#090119 (or 0x090119) is unknown color: approx Blackcurrant. HEX triplet: 09, 01 and 19. RGB value is (9,1,25). Sum of RGB (Red+Green+Blue) = 9+1+25=35 (4% of max value = 765). Red value is 9 (3.91% from 255 or 25.71% from 35); Green value is 1 (0.78% from 255 or 2.86% from 35); Blue value is 25 (10.16% from 255 or 71.43% from 35); Max value from RGB is 25 - color contains mainly: blue. Hex color #090119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090119 is #F6FEE6. Grayscale: #060606. Windows color (decimal): -16187111 or 1638665. OLE color: 1638665.

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

Color convert

RGB9125-
CMYK0.640.9600.90
HSL260º92.31%5.1%-
HSV(B)260º96%9.8%-
XYZ0.30.150.93-
YUV6.13138.65130.05-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 25.71%
GREEN value IS 1 (0.78% from 255) = 2.86%
BLUE value IS 25 (10.16% from 255) = 71.43%
R=25.71%
G=2.86%
B=71.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal91250.640.9600.9026092.315.1
Hex9119406005A1045c5
Octal1113110014001324041345
Binary100111100110000001100000010110101000001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090119; }

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

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

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

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

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

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

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

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