Html Css Color HEX #08040A Blackcurrant

📋 copy color: '#08040A'

red 8 ◦ green 4 ◦ blue 10

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

Shades of Blackcurrant #08040A

Tints of Blackcurrant #08040A

RGB

 RED value IS 8 (3.52% from 255) = 36.36%

 GREEN value IS 4 (1.95% from 255) = 18.18%

 BLUE value IS 10 (4.3% from 255) = 45.45%

R = 36.36%
G = 18.18%
B = 45.45%

CMYK

 C value IS 0.2

 M value IS 0.6

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#08040A (or 0x08040A) is known color: Blackcurrant. HEX triplet: 08, 04 and 0A. RGB value is (8,4,10). Sum of RGB (Red+Green+Blue) = 8+4+10=22 (2% of max value = 765). Red value is 8 (3.52% from 255 or 36.36% from 22); Green value is 4 (1.95% from 255 or 18.18% from 22); Blue value is 10 (4.30% from 255 or 45.45% from 22); Max value from RGB is 10 - color contains mainly: blue. Hex color #08040A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08040A is #F7FBF5. Grayscale: #050505. Windows color (decimal): -16251894 or 656392. OLE color: 656392.

HSL color Cylindrical-coordinate representation of color #08040A: hue angle of 280º degrees, saturation: 0.43, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #08040A is Cyan = 0.2, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 8 4 10 -
CMYK 0.2 0.6 0 0.96
HSL 280º 0.43% 0.03% -
HSV(B) 280º 0.6% 0.04% -
XYZ 0.2 0.16 0.31 -
YUV 5.88 130.33 129.51 -
System Red Green Blue C M Y K H S L
Decimal 8 4 10 0.2 0.6 0 0.96 280 0.43 0.03
Hex 8 4 A 14 3C 0 60 118 2B 3
Octal 10 4 12 24 74 0 140 430 53 3
Binary 1000 100 1010 10100 111100 0 1100000 100011000 101011 11

Color Harmonies of #08040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08040A

Black with #08040A

Text Example


Text Example

White with #08040A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08040A; }

 p { color: rgb(8,4,10); }

 H1.HeaderClassName
 {
   color: #08040A;
 }
 .AnyTagClassName
 {
   color: #08040A;
 }
</style>

background-color css

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

 a { background-color: rgb(8,4,10); }

 div.DivClassName
 {
   background-color: #08040A;
 }
 .BgClassName
 {
   background-color: #08040A;
 }
</style>

border-color css

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

 span { border-color: rgb(8,4,10); }

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