Html Css Color HEX #090112 Blackcurrant

📋 copy color: '#090112'

red 9 ◦ green 1 ◦ blue 18

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

Shades of Blackcurrant #090112

Tints of Blackcurrant #090112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 64.29%

R = 32.14%
G = 3.57%
B = 64.29%

CMYK

 C value IS 0.5

 M value IS 0.94

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#090112 (or 0x090112) is known color: Blackcurrant. HEX triplet: 09, 01 and 12. RGB value is (9,1,18). Sum of RGB (Red+Green+Blue) = 9+1+18=28 (3% of max value = 765). Red value is 9 (3.91% from 255 or 32.14% from 28); Green value is 1 (0.78% from 255 or 3.57% from 28); Blue value is 18 (7.42% from 255 or 64.29% from 28); Max value from RGB is 18 - color contains mainly: blue. Hex color #090112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090112 is #F6FEED. Grayscale: #050505. Windows color (decimal): -16187118 or 1179913. OLE color: 1179913.

HSL color Cylindrical-coordinate representation of color #090112: hue angle of 268.24º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #090112 is Cyan = 0.5, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 9 1 18 -
CMYK 0.5 0.94 0 0.93
HSL 268.24º 0.89% 0.04% -
HSV(B) 268.24º 0.94% 0.07% -
XYZ 0.23 0.12 0.58 -
YUV 5.33 135.15 130.62 -
System Red Green Blue C M Y K H S L
Decimal 9 1 18 0.5 0.94 0 0.93 268.24 0.89 0.04
Hex 9 1 12 32 5E 0 5D 10C 59 4
Octal 11 1 22 62 136 0 135 414 131 4
Binary 1001 1 10010 110010 1011110 0 1011101 100001100 1011001 100

Color Harmonies of #090112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090112

Black with #090112

Text Example


Text Example

White with #090112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090112; }

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

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

background-color css

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

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

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

border-color css

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

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

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