Html Css Color HEX #09030E Blackcurrant

📋 copy color: '#09030E'

red 9 ◦ green 3 ◦ blue 14

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

Shades of Blackcurrant #09030E

Tints of Blackcurrant #09030E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 11.54%

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

R = 34.62%
G = 11.54%
B = 53.85%

CMYK

 C value IS 0.36

 M value IS 0.79

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#09030E (or 0x09030E) is known color: Blackcurrant. HEX triplet: 09, 03 and 0E. RGB value is (9,3,14). Sum of RGB (Red+Green+Blue) = 9+3+14=26 (3% of max value = 765). Red value is 9 (3.91% from 255 or 34.62% from 26); Green value is 3 (1.56% from 255 or 11.54% from 26); Blue value is 14 (5.86% from 255 or 53.85% from 26); Max value from RGB is 14 - color contains mainly: blue. Hex color #09030E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09030E is #F6FCF1. Grayscale: #060606. Windows color (decimal): -16186610 or 918281. OLE color: 918281.

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

Color convert

RGB 9 3 14 -
CMYK 0.36 0.79 0 0.95
HSL 272.73º 0.65% 0.03% -
HSV(B) 272.73º 0.79% 0.05% -
XYZ 0.22 0.15 0.43 -
YUV 6.05 132.49 130.11 -
System Red Green Blue C M Y K H S L
Decimal 9 3 14 0.36 0.79 0 0.95 272.73 0.65 0.03
Hex 9 3 E 24 4F 0 5F 111 41 3
Octal 11 3 16 44 117 0 137 421 101 3
Binary 1001 11 1110 100100 1001111 0 1011111 100010001 1000001 11

Color Harmonies of #09030E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09030E

Black with #09030E

Text Example


Text Example

White with #09030E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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