#090111

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

Shades of Blackcurrant #090111

Tints of Blackcurrant #090111

Color information

#090111 (or 0x090111) is unknown color: approx Blackcurrant. HEX triplet: 09, 01 and 11. RGB value is (9,1,17). Sum of RGB (Red+Green+Blue) = 9+1+17=27 (3% of max value = 765). Red value is 9 (3.91% from 255 or 33.33% from 27); Green value is 1 (0.78% from 255 or 3.70% from 27); Blue value is 17 (7.03% from 255 or 62.96% from 27); Max value from RGB is 17 - color contains mainly: blue. Hex color #090111 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090111 is #F6FEEE. Grayscale: #050505. Windows color (decimal): -16187119 or 1114377. OLE color: 1114377.

HSL color Cylindrical-coordinate representation of color #090111: hue angle of 270º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #090111 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB9117-
CMYK0.470.9400.93
HSL270º88.89%3.53%-
HSV(B)270º94.12%6.67%-
XYZ0.220.120.54-
YUV5.22134.65130.7-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 33.33%
GREEN value IS 1 (0.78% from 255) = 3.70%
BLUE value IS 17 (7.03% from 255) = 62.96%
R=33.33%
G=3.70%
B=62.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal91170.470.9400.9327088.893.53
Hex91112F5E05D10e594
Octal111215713601354161314
Binary10011100011011111011110010111011000011101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090111; }

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

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

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

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

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

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

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

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