#090214

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

Shades of Blackcurrant #090214

Tints of Blackcurrant #090214

Color information

#090214 (or 0x090214) is unknown color: approx Blackcurrant. HEX triplet: 09, 02 and 14. RGB value is (9,2,20). Sum of RGB (Red+Green+Blue) = 9+2+20=31 (4% of max value = 765). Red value is 9 (3.91% from 255 or 29.03% from 31); Green value is 2 (1.17% from 255 or 6.45% from 31); Blue value is 20 (8.20% from 255 or 64.52% from 31); Max value from RGB is 20 - color contains mainly: blue. Hex color #090214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090214 is #F6FDEB. Grayscale: #060606. Windows color (decimal): -16186860 or 1311241. OLE color: 1311241.

HSL color Cylindrical-coordinate representation of color #090214: hue angle of 263.33º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #090214 is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB9220-
CMYK0.550.9000.92
HSL263.33º81.82%4.31%-
HSV(B)263.33º90%7.84%-
XYZ0.260.150.68-
YUV6.14135.82130.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 29.03%
GREEN value IS 2 (1.17% from 255) = 6.45%
BLUE value IS 20 (8.20% from 255) = 64.52%
R=29.03%
G=6.45%
B=64.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal92200.550.9000.92263.3381.824.31
Hex9214375A05C107524
Octal112246713201344071224
Binary100110101001101111011010010111001000001111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090214; }

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

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

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

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

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

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

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

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