#09010A

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

Shades of Blackcurrant #09010A

Tints of Blackcurrant #09010A

Color information

#09010A (or 0x09010A) is unknown color: approx Blackcurrant. HEX triplet: 09, 01 and 0A. RGB value is (9,1,10). Sum of RGB (Red+Green+Blue) = 9+1+10=20 (2% of max value = 765). Red value is 9 (3.91% from 255 or 45% from 20); Green value is 1 (0.78% from 255 or 5% from 20); Blue value is 10 (4.30% from 255 or 50% from 20); Max value from RGB is 10 - color contains mainly: blue. Hex color #09010A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09010A is #F6FEF5. Grayscale: #040404. Windows color (decimal): -16187126 or 655625. OLE color: 655625.

HSL color Cylindrical-coordinate representation of color #09010A: hue angle of 293.33º 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 #09010A is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB9110-
CMYK0.100.9000.96
HSL293.33º81.82%2.16%-
HSV(B)293.33º90%3.92%-
XYZ0.180.10.3-
YUV4.42131.15131.27-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 45%
GREEN value IS 1 (0.78% from 255) = 5%
BLUE value IS 10 (4.30% from 255) = 50%
R=45%
G=5%
B=50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal91100.100.9000.96293.3381.822.16
Hex91AA5A060125522
Octal111121213201404451222
Binary1001110101010101101001100000100100101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09010A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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