Html Css Color HEX #090214 Blackcurrant

📋 copy color: '#090214'

red 9 ◦ green 2 ◦ blue 20

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

Shades of Blackcurrant #090214

Tints of Blackcurrant #090214

RGB

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

 GREEN value IS 2 (1.17% from 255) = 6.45%

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

R = 29.03%
G = 6.45%
B = 64.52%

CMYK

 C value IS 0.55

 M value IS 0.90

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#090214 (or 0x090214) is known color: Blackcurrant. HEX triplet: 09, 02 and 14. RGB value is (9,2,20). Sum of RGB (Red+Green+Blue) = 9+2+20=31 (4% of max value = 765). Red value is 9 (3.91% from 255 or 29.03% from 31); Green value is 2 (1.17% from 255 or 6.45% from 31); Blue value is 20 (8.20% from 255 or 64.52% from 31); Max value from RGB is 20 - color contains mainly: blue. Hex color #090214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090214 is #F6FDEB. Grayscale: #060606. Windows color (decimal): -16186860 or 1311241. OLE color: 1311241.

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

Color convert

RGB 9 2 20 -
CMYK 0.55 0.90 0 0.92
HSL 263.33º 0.82% 0.04% -
HSV(B) 263.33º 0.9% 0.08% -
XYZ 0.26 0.15 0.68 -
YUV 6.15 135.82 130.04 -
System Red Green Blue C M Y K H S L
Decimal 9 2 20 0.55 0.90 0 0.92 263.33 0.82 0.04
Hex 9 2 14 37 5A 0 5C 107 52 4
Octal 11 2 24 67 132 0 134 407 122 4
Binary 1001 10 10100 110111 1011010 0 1011100 100000111 1010010 100

Color Harmonies of #090214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090214

Black with #090214

Text Example


Text Example

White with #090214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090214; }

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

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

background-color css

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

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

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

border-color css

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

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

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