Html Css Color HEX #090116 Blackcurrant

📋 copy color: '#090116'

red 9 ◦ green 1 ◦ blue 22

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

Shades of Blackcurrant #090116

Tints of Blackcurrant #090116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 68.75%

R = 28.13%
G = 3.13%
B = 68.75%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#090116 (or 0x090116) is known color: Blackcurrant. HEX triplet: 09, 01 and 16. RGB value is (9,1,22). Sum of RGB (Red+Green+Blue) = 9+1+22=32 (4% of max value = 765). Red value is 9 (3.91% from 255 or 28.12% from 32); Green value is 1 (0.78% from 255 or 3.12% from 32); Blue value is 22 (8.98% from 255 or 68.75% from 32); Max value from RGB is 22 - color contains mainly: blue. Hex color #090116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090116 is #F6FEE9. Grayscale: #050505. Windows color (decimal): -16187114 or 1442057. OLE color: 1442057.

HSL color Cylindrical-coordinate representation of color #090116: hue angle of 262.86º degrees, saturation: 0.91, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #090116 is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 9 1 22 -
CMYK 0.59 0.95 0 0.91
HSL 262.86º 0.91% 0.05% -
HSV(B) 262.86º 0.95% 0.09% -
XYZ 0.27 0.14 0.77 -
YUV 5.79 137.15 130.29 -
System Red Green Blue C M Y K H S L
Decimal 9 1 22 0.59 0.95 0 0.91 262.86 0.91 0.05
Hex 9 1 16 3B 5F 0 5B 107 5B 5
Octal 11 1 26 73 137 0 133 407 133 5
Binary 1001 1 10110 111011 1011111 0 1011011 100000111 1011011 101

Color Harmonies of #090116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090116

Black with #090116

Text Example


Text Example

White with #090116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090116; }

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

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

background-color css

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

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

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

border-color css

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

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

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