Html Css Color HEX #09040A Blackcurrant

📋 copy color: '#09040A'

red 9 ◦ green 4 ◦ blue 10

#09040A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #09040A

Tints of Blackcurrant #09040A

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.3% from 255) = 43.48%

R = 39.13%
G = 17.39%
B = 43.48%

CMYK

 C value IS 0.10

 M value IS 0.6

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#09040A (or 0x09040A) is known color: 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

RGB 9 4 10 -
CMYK 0.10 0.6 0 0.96
HSL 290º 0.43% 0.03% -
HSV(B) 290º 0.6% 0.04% -
XYZ 0.21 0.17 0.31 -
YUV 6.18 130.16 130.01 -
System Red Green Blue C M Y K H S L
Decimal 9 4 10 0.10 0.6 0 0.96 290 0.43 0.03
Hex 9 4 A A 3C 0 60 122 2B 3
Octal 11 4 12 12 74 0 140 442 53 3
Binary 1001 100 1010 1010 111100 0 1100000 100100010 101011 11

Color Harmonies of #09040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09040A

Black with #09040A

Text Example


Text Example

White with #09040A

Text Example


Text Example

HTML Codes & Css Web 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>