#090110

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

Shades of Blackcurrant #090110

Tints of Blackcurrant #090110

Color information

#090110 (or 0x090110) is unknown color: approx Blackcurrant. HEX triplet: 09, 01 and 10. RGB value is (9,1,16). Sum of RGB (Red+Green+Blue) = 9+1+16=26 (3% of max value = 765). Red value is 9 (3.91% from 255 or 34.62% from 26); Green value is 1 (0.78% from 255 or 3.85% from 26); Blue value is 16 (6.64% from 255 or 61.54% from 26); Max value from RGB is 16 - color contains mainly: blue. Hex color #090110 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090110 is #F6FEEF. Grayscale: #050505. Windows color (decimal): -16187120 or 1048841. OLE color: 1048841.

HSL color Cylindrical-coordinate representation of color #090110: hue angle of 272º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #090110 is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB9116-
CMYK0.440.9400.94
HSL272º88.24%3.33%-
HSV(B)272º93.75%6.27%-
XYZ0.220.120.5-
YUV5.1134.15130.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 34.62%
GREEN value IS 1 (0.78% from 255) = 3.85%
BLUE value IS 16 (6.64% from 255) = 61.54%
R=34.62%
G=3.85%
B=61.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal91160.440.9400.9427288.243.33
Hex91102C5E05E110583
Octal111205413601364201303
Binary1001110000101100101111001011110100010000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090110; }

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

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

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

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

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

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

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

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