#080209

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

Shades of Blackcurrant #080209

Tints of Blackcurrant #080209

Color information

#080209 (or 0x080209) is unknown color: approx Blackcurrant. HEX triplet: 08, 02 and 09. RGB value is (8,2,9). Sum of RGB (Red+Green+Blue) = 8+2+9=19 (2% of max value = 765). Red value is 8 (3.52% from 255 or 42.11% from 19); Green value is 2 (1.17% from 255 or 10.53% from 19); Blue value is 9 (3.91% from 255 or 47.37% from 19); Max value from RGB is 9 - color contains mainly: blue. Hex color #080209 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080209 is #F7FDF6. Grayscale: #040404. Windows color (decimal): -16252407 or 590344. OLE color: 590344.

HSL color Cylindrical-coordinate representation of color #080209: hue angle of 291.43º degrees, saturation: 0.64, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #080209 is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB829-
CMYK0.110.7800.96
HSL291.43º63.64%2.16%-
HSV(B)291.43º77.78%3.53%-
XYZ0.170.110.27-
YUV4.59130.49130.43-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 42.11%
GREEN value IS 2 (1.17% from 255) = 10.53%
BLUE value IS 9 (3.91% from 255) = 47.37%
R=42.11%
G=10.53%
B=47.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal8290.110.7800.96291.4363.642.16
Hex829B4E060123402
Octal102111311601404431002
Binary10001010011011100111001100000100100011100000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080209; }

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

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

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

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

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

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

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

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