#09050A

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

Shades of Blackcurrant #09050A

Tints of Blackcurrant #09050A

Color information

#09050A (or 0x09050A) is unknown color: approx Blackcurrant. HEX triplet: 09, 05 and 0A. RGB value is (9,5,10). Sum of RGB (Red+Green+Blue) = 9+5+10=24 (3% of max value = 765). Red value is 9 (3.91% from 255 or 37.5% from 24); Green value is 5 (2.34% from 255 or 20.83% from 24); Blue value is 10 (4.30% from 255 or 41.67% from 24); Max value from RGB is 10 - color contains mainly: blue. Hex color #09050A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09050A is #F6FAF5. Grayscale: #060606. Windows color (decimal): -16186102 or 656649. OLE color: 656649.

HSL color Cylindrical-coordinate representation of color #09050A: hue angle of 288º degrees, saturation: 0.33, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #09050A is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB9510-
CMYK0.100.5000.96
HSL288º33.33%2.94%-
HSV(B)288º50%3.92%-
XYZ0.220.190.31-
YUV6.77129.83129.59-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 37.5%
GREEN value IS 5 (2.34% from 255) = 20.83%
BLUE value IS 10 (4.30% from 255) = 41.67%
R=37.5%
G=20.83%
B=41.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal95100.100.5000.9628833.332.94
Hex95AA32060120213
Octal1151212620140440413
Binary1001101101010101100100110000010010000010000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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