#0A080D

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

Shades of Blackcurrant #0A080D

Tints of Blackcurrant #0A080D

Color information

#0A080D (or 0x0A080D) is unknown color: approx Blackcurrant. HEX triplet: 0A, 08 and 0D. RGB value is (10,8,13). Sum of RGB (Red+Green+Blue) = 10+8+13=31 (4% of max value = 765). Red value is 10 (4.30% from 255 or 32.26% from 31); Green value is 8 (3.52% from 255 or 25.81% from 31); Blue value is 13 (5.47% from 255 or 41.94% from 31); Max value from RGB is 13 - color contains mainly: blue. Hex color #0A080D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A080D is #F5F7F2. Grayscale: #090909. Windows color (decimal): -16119795 or 854026. OLE color: 854026.

HSL color Cylindrical-coordinate representation of color #0A080D: hue angle of 264º degrees, saturation: 0.24, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #0A080D is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB10813-
CMYK0.230.3800.95
HSL264º23.81%4.12%-
HSV(B)264º38.46%5.1%-
XYZ0.280.270.42-
YUV9.17130.16128.59-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 32.26%
GREEN value IS 8 (3.52% from 255) = 25.81%
BLUE value IS 13 (5.47% from 255) = 41.94%
R=32.26%
G=25.81%
B=41.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal108130.230.3800.9526423.814.12
HexA8D172605F108184
Octal12101527460137410304
Binary101010001101101111001100101111110000100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A080D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A080D; }

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

 H1.HeaderClassName
 {
   color: #0A080D;
 }
 .AnyTagClassName
 {
   color: #0A080D;
 }
</style>
background-color css

<style>
 a { background-color: #0A080D; }

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

 div.DivClassName
 {
   background-color: #0A080D;
 }
 .BgClassName
 {
   background-color: #0A080D;
 }
</style>
border-color css

<style>
 span { border-color: #0A080D; }

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

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