Html Css Color HEX #090011 Blackcurrant

📋 copy color: '#090011'

red 9 ◦ green 0 ◦ blue 17

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

Shades of Blackcurrant #090011

Tints of Blackcurrant #090011

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 17 (7.03% from 255) = 65.38%

R = 34.62%
G = 0%
B = 65.38%

CMYK

 C value IS 0.47

 M value IS 1

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#090011 (or 0x090011) is known color: Blackcurrant. HEX triplet: 09, 00 and 11. RGB value is (9,0,17). Sum of RGB (Red+Green+Blue) = 9+0+17=26 (3% of max value = 765). Red value is 9 (3.91% from 255 or 34.62% from 26); Green value is 0 (0.39% from 255 or 0% from 26); Blue value is 17 (7.03% from 255 or 65.38% from 26); Max value from RGB is 17 - color contains mainly: blue. Hex color #090011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090011 is #F6FFEE. Grayscale: #040404. Windows color (decimal): -16187375 or 1114121. OLE color: 1114121.

HSL color Cylindrical-coordinate representation of color #090011: hue angle of 271.76º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #090011 is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 9 0 17 -
CMYK 0.47 1 0 0.93
HSL 271.76º 1% 0.03% -
HSV(B) 271.76º 1% 0.07% -
XYZ 0.21 0.1 0.54 -
YUV 4.63 134.98 131.12 -
System Red Green Blue C M Y K H S L
Decimal 9 0 17 0.47 1 0 0.93 271.76 1 0.03
Hex 9 0 11 2F 64 0 5D 110 64 3
Octal 11 0 21 57 144 0 135 420 144 3
Binary 1001 0 10001 101111 1100100 0 1011101 100010000 1100100 11

Color Harmonies of #090011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090011

Black with #090011

Text Example


Text Example

White with #090011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090011; }

 p { color: rgb(9,0,17); }

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

background-color css

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

 a { background-color: rgb(9,0,17); }

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

border-color css

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

 span { border-color: rgb(9,0,17); }

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