#08010A

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

Shades of Blackcurrant #08010A

Tints of Blackcurrant #08010A

Color information

#08010A (or 0x08010A) is unknown color: approx 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

RGB8110-
CMYK0.20.9000.96
HSL286.67º81.82%2.16%-
HSV(B)286.67º90%3.92%-
XYZ0.170.10.3-
YUV4.12131.32130.77-

RGB Variations

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

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.30% from 255) = 52.63%
R=42.11%
G=5.26%
B=52.63%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal81100.20.9000.96286.6781.822.16
Hex81A145A06011f522
Octal101122413201404371222
Binary10001101010100101101001100000100011111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08010A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>