#090211

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

Shades of Blackcurrant #090211

Tints of Blackcurrant #090211

Color information

#090211 (or 0x090211) is unknown color: approx Blackcurrant. HEX triplet: 09, 02 and 11. RGB value is (9,2,17). Sum of RGB (Red+Green+Blue) = 9+2+17=28 (3% of max value = 765). Red value is 9 (3.91% from 255 or 32.14% from 28); Green value is 2 (1.17% from 255 or 7.14% from 28); Blue value is 17 (7.03% from 255 or 60.71% from 28); Max value from RGB is 17 - color contains mainly: blue. Hex color #090211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090211 is #F6FDEE. Grayscale: #050505. Windows color (decimal): -16186863 or 1114633. OLE color: 1114633.

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

Color convert

RGB9217-
CMYK0.470.8800.93
HSL268º78.95%3.73%-
HSV(B)268º88.24%6.67%-
XYZ0.240.140.55-
YUV5.8134.32130.28-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 32.14%
GREEN value IS 2 (1.17% from 255) = 7.14%
BLUE value IS 17 (7.03% from 255) = 60.71%
R=32.14%
G=7.14%
B=60.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal92170.470.8800.9326878.953.73
Hex92112F5805D10c4f4
Octal112215713001354141174
Binary100110100011011111011000010111011000011001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090211; }

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

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

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

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

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

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

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

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