Html Css Color HEX #090114 Blackcurrant

📋 copy color: '#090114'

red 9 ◦ green 1 ◦ blue 20

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

Shades of Blackcurrant #090114

Tints of Blackcurrant #090114

RGB

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

 GREEN value IS 1 (0.78% from 255) = 3.33%

 BLUE value IS 20 (8.2% from 255) = 66.67%

R = 30%
G = 3.33%
B = 66.67%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#090114 (or 0x090114) is known color: Blackcurrant. HEX triplet: 09, 01 and 14. RGB value is (9,1,20). Sum of RGB (Red+Green+Blue) = 9+1+20=30 (3% of max value = 765). Red value is 9 (3.91% from 255 or 30% from 30); Green value is 1 (0.78% from 255 or 3.33% from 30); Blue value is 20 (8.20% from 255 or 66.67% from 30); Max value from RGB is 20 - color contains mainly: blue. Hex color #090114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090114 is #F6FEEB. Grayscale: #050505. Windows color (decimal): -16187116 or 1310985. OLE color: 1310985.

HSL color Cylindrical-coordinate representation of color #090114: hue angle of 265.26º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #090114 is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 9 1 20 -
CMYK 0.55 0.95 0 0.92
HSL 265.26º 0.9% 0.04% -
HSV(B) 265.26º 0.95% 0.08% -
XYZ 0.25 0.13 0.67 -
YUV 5.56 136.15 130.46 -
System Red Green Blue C M Y K H S L
Decimal 9 1 20 0.55 0.95 0 0.92 265.26 0.9 0.04
Hex 9 1 14 37 5F 0 5C 109 5A 4
Octal 11 1 24 67 137 0 134 411 132 4
Binary 1001 1 10100 110111 1011111 0 1011100 100001001 1011010 100

Color Harmonies of #090114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090114

Black with #090114

Text Example


Text Example

White with #090114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090114; }

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

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

background-color css

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

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

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

border-color css

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

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

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