Html Css Color HEX #090212 Blackcurrant

📋 copy color: '#090212'

red 9 ◦ green 2 ◦ blue 18

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

Shades of Blackcurrant #090212

Tints of Blackcurrant #090212

RGB

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

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

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

R = 31.03%
G = 6.9%
B = 62.07%

CMYK

 C value IS 0.5

 M value IS 0.89

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#090212 (or 0x090212) is known color: Blackcurrant. HEX triplet: 09, 02 and 12. RGB value is (9,2,18). Sum of RGB (Red+Green+Blue) = 9+2+18=29 (3% of max value = 765). Red value is 9 (3.91% from 255 or 31.03% from 29); Green value is 2 (1.17% from 255 or 6.90% from 29); Blue value is 18 (7.42% from 255 or 62.07% from 29); Max value from RGB is 18 - color contains mainly: blue. Hex color #090212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090212 is #F6FDED. Grayscale: #050505. Windows color (decimal): -16186862 or 1180169. OLE color: 1180169.

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

Color convert

RGB 9 2 18 -
CMYK 0.5 0.89 0 0.93
HSL 266.25º 0.8% 0.04% -
HSV(B) 266.25º 0.89% 0.07% -
XYZ 0.24 0.15 0.59 -
YUV 5.92 134.82 130.2 -
System Red Green Blue C M Y K H S L
Decimal 9 2 18 0.5 0.89 0 0.93 266.25 0.8 0.04
Hex 9 2 12 32 59 0 5D 10A 50 4
Octal 11 2 22 62 131 0 135 412 120 4
Binary 1001 10 10010 110010 1011001 0 1011101 100001010 1010000 100

Color Harmonies of #090212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090212

Black with #090212

Text Example


Text Example

White with #090212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090212; }

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

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

background-color css

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

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

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

border-color css

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

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

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