#090216

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

Shades of Blackcurrant #090216

Tints of Blackcurrant #090216

Color information

#090216 (or 0x090216) is unknown color: approx Blackcurrant. HEX triplet: 09, 02 and 16. RGB value is (9,2,22). Sum of RGB (Red+Green+Blue) = 9+2+22=33 (4% of max value = 765). Red value is 9 (3.91% from 255 or 27.27% from 33); Green value is 2 (1.17% from 255 or 6.06% from 33); Blue value is 22 (8.98% from 255 or 66.67% from 33); Max value from RGB is 22 - color contains mainly: blue. Hex color #090216 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090216 is #F6FDE9. Grayscale: #060606. Windows color (decimal): -16186858 or 1442313. OLE color: 1442313.

HSL color Cylindrical-coordinate representation of color #090216: hue angle of 261º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #090216 is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB9222-
CMYK0.590.9100.91
HSL261º83.33%4.71%-
HSV(B)261º90.91%8.63%-
XYZ0.280.160.78-
YUV6.37136.82129.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 27.27%
GREEN value IS 2 (1.17% from 255) = 6.06%
BLUE value IS 22 (8.98% from 255) = 66.67%
R=27.27%
G=6.06%
B=66.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal92220.590.9100.9126183.334.71
Hex92163B5B05B105535
Octal112267313301334051235
Binary100110101101110111011011010110111000001011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090216; }

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

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

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

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

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

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

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

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