#0A080B

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

Shades of Blackcurrant #0A080B

Tints of Blackcurrant #0A080B

Color information

#0A080B (or 0x0A080B) is unknown color: approx Blackcurrant. HEX triplet: 0A, 08 and 0B. RGB value is (10,8,11). Sum of RGB (Red+Green+Blue) = 10+8+11=29 (3% of max value = 765). Red value is 10 (4.30% from 255 or 34.48% from 29); Green value is 8 (3.52% from 255 or 27.59% from 29); Blue value is 11 (4.69% from 255 or 37.93% from 29); Max value from RGB is 11 - color contains mainly: blue. Hex color #0A080B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A080B is #F5F7F4. Grayscale: #080808. Windows color (decimal): -16119797 or 722954. OLE color: 722954.

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

Color convert

RGB10811-
CMYK0.090.2700.96
HSL280º15.79%3.73%-
HSV(B)280º27.27%4.31%-
XYZ0.270.260.35-
YUV8.94129.16128.76-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 34.48%
GREEN value IS 8 (3.52% from 255) = 27.59%
BLUE value IS 11 (4.69% from 255) = 37.93%
R=34.48%
G=27.59%
B=37.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal108110.090.2700.9628015.793.73
HexA8B91B060118104
Octal12101311330140430204
Binary1010100010111001110110110000010001100010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A080B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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