Html Css Color HEX #09040E Blackcurrant

📋 copy color: '#09040E'

red 9 ◦ green 4 ◦ blue 14

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

Shades of Blackcurrant #09040E

Tints of Blackcurrant #09040E

RGB

 RED value IS 9 (3.91% from 255) = 33.33%

 GREEN value IS 4 (1.95% from 255) = 14.81%

 BLUE value IS 14 (5.86% from 255) = 51.85%

R = 33.33%
G = 14.81%
B = 51.85%

CMYK

 C value IS 0.36

 M value IS 0.71

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#09040E (or 0x09040E) is known color: Blackcurrant. HEX triplet: 09, 04 and 0E. RGB value is (9,4,14). Sum of RGB (Red+Green+Blue) = 9+4+14=27 (3% of max value = 765). Red value is 9 (3.91% from 255 or 33.33% from 27); Green value is 4 (1.95% from 255 or 14.81% from 27); Blue value is 14 (5.86% from 255 or 51.85% from 27); Max value from RGB is 14 - color contains mainly: blue. Hex color #09040E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09040E is #F6FBF1. Grayscale: #060606. Windows color (decimal): -16186354 or 918537. OLE color: 918537.

HSL color Cylindrical-coordinate representation of color #09040E: hue angle of 270º degrees, saturation: 0.56, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #09040E is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 9 4 14 -
CMYK 0.36 0.71 0 0.95
HSL 270º 0.56% 0.04% -
HSV(B) 270º 0.71% 0.05% -
XYZ 0.24 0.18 0.44 -
YUV 6.64 132.16 129.69 -
System Red Green Blue C M Y K H S L
Decimal 9 4 14 0.36 0.71 0 0.95 270 0.56 0.04
Hex 9 4 E 24 47 0 5F 10E 38 4
Octal 11 4 16 44 107 0 137 416 70 4
Binary 1001 100 1110 100100 1000111 0 1011111 100001110 111000 100

Color Harmonies of #09040E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09040E

Black with #09040E

Text Example


Text Example

White with #09040E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #09040E;
 }
 .AnyTagClassName
 {
   color: #09040E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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