#080309

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

Shades of Blackcurrant #080309

Tints of Blackcurrant #080309

Color information

#080309 (or 0x080309) is unknown color: approx Blackcurrant. HEX triplet: 08, 03 and 09. RGB value is (8,3,9). Sum of RGB (Red+Green+Blue) = 8+3+9=20 (2% of max value = 765). Red value is 8 (3.52% from 255 or 40% from 20); Green value is 3 (1.56% from 255 or 15% from 20); Blue value is 9 (3.91% from 255 or 45% from 20); Max value from RGB is 9 - color contains mainly: blue. Hex color #080309 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080309 is #F7FCF6. Grayscale: #050505. Windows color (decimal): -16252151 or 590600. OLE color: 590600.

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

Color convert

RGB839-
CMYK0.110.6700.96
HSL290º50%2.35%-
HSV(B)290º66.67%3.53%-
XYZ0.180.140.28-
YUV5.18130.16130.01-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 40%
GREEN value IS 3 (1.56% from 255) = 15%
BLUE value IS 9 (3.91% from 255) = 45%
R=40%
G=15%
B=45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal8390.110.6700.96290502.35
Hex839B43060122322
Octal10311131030140442622
Binary1000111001101110000110110000010010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080309; }

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

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

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

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

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

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

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

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