#090112

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

Shades of Blackcurrant #090112

Tints of Blackcurrant #090112

Color information

#090112 (or 0x090112) is unknown color: approx Blackcurrant. HEX triplet: 09, 01 and 12. RGB value is (9,1,18). Sum of RGB (Red+Green+Blue) = 9+1+18=28 (3% of max value = 765). Red value is 9 (3.91% from 255 or 32.14% from 28); Green value is 1 (0.78% from 255 or 3.57% from 28); Blue value is 18 (7.42% from 255 or 64.29% from 28); Max value from RGB is 18 - color contains mainly: blue. Hex color #090112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090112 is #F6FEED. Grayscale: #050505. Windows color (decimal): -16187118 or 1179913. OLE color: 1179913.

HSL color Cylindrical-coordinate representation of color #090112: hue angle of 268.24º 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 #090112 is Cyan = 0.5, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB9118-
CMYK0.50.9400.93
HSL268.24º89.47%3.73%-
HSV(B)268.24º94.44%7.06%-
XYZ0.230.120.58-
YUV5.33135.15130.62-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 32.14%
GREEN value IS 1 (0.78% from 255) = 3.57%
BLUE value IS 18 (7.42% from 255) = 64.29%
R=32.14%
G=3.57%
B=64.29%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal91180.50.9400.93268.2489.473.73
Hex9112325E05D10c594
Octal111226213601354141314
Binary10011100101100101011110010111011000011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090112; }

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

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

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

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

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

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

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

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