Html Css Color HEX #090210 Blackcurrant

📋 copy color: '#090210'

red 9 ◦ green 2 ◦ blue 16

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

Shades of Blackcurrant #090210

Tints of Blackcurrant #090210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 59.26%

R = 33.33%
G = 7.41%
B = 59.26%

CMYK

 C value IS 0.44

 M value IS 0.87

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#090210 (or 0x090210) is known color: Blackcurrant. HEX triplet: 09, 02 and 10. RGB value is (9,2,16). Sum of RGB (Red+Green+Blue) = 9+2+16=27 (3% of max value = 765). Red value is 9 (3.91% from 255 or 33.33% from 27); Green value is 2 (1.17% from 255 or 7.41% from 27); Blue value is 16 (6.64% from 255 or 59.26% from 27); Max value from RGB is 16 - color contains mainly: blue. Hex color #090210 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090210 is #F6FDEF. Grayscale: #050505. Windows color (decimal): -16186864 or 1049097. OLE color: 1049097.

HSL color Cylindrical-coordinate representation of color #090210: hue angle of 270º degrees, saturation: 0.78, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #090210 is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 9 2 16 -
CMYK 0.44 0.87 0 0.94
HSL 270º 0.78% 0.04% -
HSV(B) 270º 0.88% 0.06% -
XYZ 0.23 0.14 0.51 -
YUV 5.69 133.82 130.36 -
System Red Green Blue C M Y K H S L
Decimal 9 2 16 0.44 0.87 0 0.94 270 0.78 0.04
Hex 9 2 10 2C 57 0 5E 10E 4E 4
Octal 11 2 20 54 127 0 136 416 116 4
Binary 1001 10 10000 101100 1010111 0 1011110 100001110 1001110 100

Color Harmonies of #090210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090210

Black with #090210

Text Example


Text Example

White with #090210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090210; }

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

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

background-color css

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

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

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

border-color css

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

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

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