#090311

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

Shades of Blackcurrant #090311

Tints of Blackcurrant #090311

Color information

#090311 (or 0x090311) is unknown color: approx Blackcurrant. HEX triplet: 09, 03 and 11. RGB value is (9,3,17). Sum of RGB (Red+Green+Blue) = 9+3+17=29 (3% of max value = 765). Red value is 9 (3.91% from 255 or 31.03% from 29); Green value is 3 (1.56% from 255 or 10.34% from 29); Blue value is 17 (7.03% from 255 or 58.62% from 29); Max value from RGB is 17 - color contains mainly: blue. Hex color #090311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090311 is #F6FCEE. Grayscale: #060606. Windows color (decimal): -16186607 or 1114889. OLE color: 1114889.

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

Color convert

RGB9317-
CMYK0.470.8200.93
HSL265.71º70%3.92%-
HSV(B)265.71º82.35%6.67%-
XYZ0.250.160.55-
YUV6.39133.99129.86-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 31.03%
GREEN value IS 3 (1.56% from 255) = 10.34%
BLUE value IS 17 (7.03% from 255) = 58.62%
R=31.03%
G=10.34%
B=58.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal93170.470.8200.93265.71703.92
Hex93112F5205D10a464
Octal113215712201354121064
Binary100111100011011111010010010111011000010101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090311; }

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

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

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

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

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

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

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

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