Html Css Color HEX #08010A Blackcurrant

📋 copy color: '#08010A'

red 8 ◦ green 1 ◦ blue 10

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

Shades of Blackcurrant #08010A

Tints of Blackcurrant #08010A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 5.26%

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

R = 42.11%
G = 5.26%
B = 52.63%

CMYK

 C value IS 0.2

 M value IS 0.90

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#08010A (or 0x08010A) is known color: Blackcurrant. HEX triplet: 08, 01 and 0A. RGB value is (8,1,10). Sum of RGB (Red+Green+Blue) = 8+1+10=19 (2% of max value = 765). Red value is 8 (3.52% from 255 or 42.11% from 19); Green value is 1 (0.78% from 255 or 5.26% from 19); Blue value is 10 (4.30% from 255 or 52.63% from 19); Max value from RGB is 10 - color contains mainly: blue. Hex color #08010A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08010A is #F7FEF5. Grayscale: #040404. Windows color (decimal): -16252662 or 655624. OLE color: 655624.

HSL color Cylindrical-coordinate representation of color #08010A: hue angle of 286.67º degrees, saturation: 0.82, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08010A is Cyan = 0.2, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 8 1 10 -
CMYK 0.2 0.90 0 0.96
HSL 286.67º 0.82% 0.02% -
HSV(B) 286.67º 0.9% 0.04% -
XYZ 0.17 0.1 0.3 -
YUV 4.12 131.32 130.77 -
System Red Green Blue C M Y K H S L
Decimal 8 1 10 0.2 0.90 0 0.96 286.67 0.82 0.02
Hex 8 1 A 14 5A 0 60 11F 52 2
Octal 10 1 12 24 132 0 140 437 122 2
Binary 1000 1 1010 10100 1011010 0 1100000 100011111 1010010 10

Color Harmonies of #08010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08010A

Black with #08010A

Text Example


Text Example

White with #08010A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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