Html Css Color HEX #11091E Blackcurrant

📋 copy color: '#11091E'

red 17 ◦ green 9 ◦ blue 30

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

Shades of Blackcurrant #11091E

Tints of Blackcurrant #11091E

RGB

 RED value IS 17 (7.03% from 255) = 30.36%

 GREEN value IS 9 (3.91% from 255) = 16.07%

 BLUE value IS 30 (12.11% from 255) = 53.57%

R = 30.36%
G = 16.07%
B = 53.57%

CMYK

 C value IS 0.43

 M value IS 0.70

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#11091E (or 0x11091E) is known color: Blackcurrant. HEX triplet: 11, 09 and 1E. RGB value is (17,9,30). Sum of RGB (Red+Green+Blue) = 17+9+30=56 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.36% from 56); Green value is 9 (3.91% from 255 or 16.07% from 56); Blue value is 30 (12.11% from 255 or 53.57% from 56); Max value from RGB is 30 - color contains mainly: blue. Hex color #11091E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11091E is #EEF6E1. Grayscale: #0D0D0D. Windows color (decimal): -15660770 or 1968401. OLE color: 1968401.

HSL color Cylindrical-coordinate representation of color #11091E: hue angle of 262.86º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #11091E is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 17 9 30 -
CMYK 0.43 0.70 0 0.88
HSL 262.86º 0.54% 0.08% -
HSV(B) 262.86º 0.7% 0.12% -
XYZ 0.56 0.41 1.28 -
YUV 13.79 137.15 130.29 -
System Red Green Blue C M Y K H S L
Decimal 17 9 30 0.43 0.70 0 0.88 262.86 0.54 0.08
Hex 11 9 1E 2B 46 0 58 107 36 8
Octal 21 11 36 53 106 0 130 407 66 10
Binary 10001 1001 11110 101011 1000110 0 1011000 100000111 110110 1000

Color Harmonies of #11091E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11091E

Black with #11091E

Text Example


Text Example

White with #11091E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11091E; }

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

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

background-color css

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

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

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

border-color css

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

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

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