#09040A

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

Shades of Blackcurrant #09040A

Tints of Blackcurrant #09040A

Color information

#09040A (or 0x09040A) is unknown color: approx Blackcurrant. HEX triplet: 09, 04 and 0A. RGB value is (9,4,10). Sum of RGB (Red+Green+Blue) = 9+4+10=23 (3% of max value = 765). Red value is 9 (3.91% from 255 or 39.13% from 23); Green value is 4 (1.95% from 255 or 17.39% from 23); Blue value is 10 (4.30% from 255 or 43.48% from 23); Max value from RGB is 10 - color contains mainly: blue. Hex color #09040A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09040A is #F6FBF5. Grayscale: #060606. Windows color (decimal): -16186358 or 656393. OLE color: 656393.

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

Color convert

RGB9410-
CMYK0.100.600.96
HSL290º42.86%2.75%-
HSV(B)290º60%3.92%-
XYZ0.210.170.31-
YUV6.18130.16130.01-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 39.13%
GREEN value IS 4 (1.95% from 255) = 17.39%
BLUE value IS 10 (4.30% from 255) = 43.48%
R=39.13%
G=17.39%
B=43.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal94100.100.600.9629042.862.75
Hex94AA3C0601222b3
Octal1141212740140442533
Binary1001100101010101111000110000010010001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09040A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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