Html Css Color HEX #080309 Blackcurrant

📋 copy color: '#080309'

red 8 ◦ green 3 ◦ blue 9

#080309
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #080309

Tints of Blackcurrant #080309

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 value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#080309 (or 0x080309) is known color: 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

RGB 8 3 9 -
CMYK 0.11 0.67 0 0.96
HSL 290º 0.5% 0.02% -
HSV(B) 290º 0.67% 0.04% -
XYZ 0.18 0.14 0.28 -
YUV 5.18 130.16 130.01 -
System Red Green Blue C M Y K H S L
Decimal 8 3 9 0.11 0.67 0 0.96 290 0.5 0.02
Hex 8 3 9 B 43 0 60 122 32 2
Octal 10 3 11 13 103 0 140 442 62 2
Binary 1000 11 1001 1011 1000011 0 1100000 100100010 110010 10

Color Harmonies of #080309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080309

Black with #080309

Text Example


Text Example

White with #080309

Text Example


Text Example

HTML Codes & Css Web 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>