#090011

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

Shades of Blackcurrant #090011

Tints of Blackcurrant #090011

Color information

#090011 (or 0x090011) is unknown color: approx Blackcurrant. HEX triplet: 09, 00 and 11. RGB value is (9,0,17). Sum of RGB (Red+Green+Blue) = 9+0+17=26 (3% of max value = 765). Red value is 9 (3.91% from 255 or 34.62% from 26); Green value is 0 (0.39% from 255 or 0% from 26); Blue value is 17 (7.03% from 255 or 65.38% from 26); Max value from RGB is 17 - color contains mainly: blue. Hex color #090011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090011 is #F6FFEE. Grayscale: #040404. Windows color (decimal): -16187375 or 1114121. OLE color: 1114121.

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

Color convert

RGB9017-
CMYK0.47100.93
HSL271.76º100%3.33%-
HSV(B)271.76º100%6.67%-
XYZ0.210.10.54-
YUV4.63134.98131.12-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 34.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 17 (7.03% from 255) = 65.38%
R=34.62%
G=0%
B=65.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal90170.47100.93271.761003.33
Hex90112F6405D110643
Octal110215714401354201443
Binary1001010001101111110010001011101100010000110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090011; }

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

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

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

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

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

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

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

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