Html Css Color HEX #08050A Blackcurrant

📋 copy color: '#08050A'

red 8 ◦ green 5 ◦ blue 10

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

Shades of Blackcurrant #08050A

Tints of Blackcurrant #08050A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 21.74%

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

R = 34.78%
G = 21.74%
B = 43.48%

CMYK

 C value IS 0.2

 M value IS 0.50

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#08050A (or 0x08050A) is known color: Blackcurrant. HEX triplet: 08, 05 and 0A. RGB value is (8,5,10). Sum of RGB (Red+Green+Blue) = 8+5+10=23 (3% of max value = 765). Red value is 8 (3.52% from 255 or 34.78% from 23); Green value is 5 (2.34% from 255 or 21.74% from 23); Blue value is 10 (4.30% from 255 or 43.48% from 23); Max value from RGB is 10 - color contains mainly: blue. Hex color #08050A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08050A is #F7FAF5. Grayscale: #060606. Windows color (decimal): -16251638 or 656648. OLE color: 656648.

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

Color convert

RGB 8 5 10 -
CMYK 0.2 0.50 0 0.96
HSL 276º 0.33% 0.03% -
HSV(B) 276º 0.5% 0.04% -
XYZ 0.21 0.18 0.31 -
YUV 6.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 8 5 10 0.2 0.50 0 0.96 276 0.33 0.03
Hex 8 5 A 14 32 0 60 114 21 3
Octal 10 5 12 24 62 0 140 424 41 3
Binary 1000 101 1010 10100 110010 0 1100000 100010100 100001 11

Color Harmonies of #08050A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08050A

Black with #08050A

Text Example


Text Example

White with #08050A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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