#0A090B

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

Shades of Blackcurrant #0A090B

Tints of Blackcurrant #0A090B

Color information

#0A090B (or 0x0A090B) is unknown color: approx Blackcurrant. HEX triplet: 0A, 09 and 0B. RGB value is (10,9,11). Sum of RGB (Red+Green+Blue) = 10+9+11=30 (3% of max value = 765). Red value is 10 (4.30% from 255 or 33.33% from 30); Green value is 9 (3.91% from 255 or 30% from 30); Blue value is 11 (4.69% from 255 or 36.67% from 30); Max value from RGB is 11 - color contains mainly: blue. Hex color #0A090B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A090B is #F5F6F4. Grayscale: #090909. Windows color (decimal): -16119541 or 723210. OLE color: 723210.

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

Color convert

RGB10911-
CMYK0.090.1800.96
HSL270º10%3.92%-
HSV(B)270º18.18%4.31%-
XYZ0.280.280.36-
YUV9.53128.83128.34-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 33.33%
GREEN value IS 9 (3.91% from 255) = 30%
BLUE value IS 11 (4.69% from 255) = 36.67%
R=33.33%
G=30%
B=36.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal109110.090.1800.96270103.92
HexA9B91206010ea4
Octal12111311220140416124
Binary101010011011100110010011000001000011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A090B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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