#11091E

Color #11091E Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #11091E

Tints of Blackcurrant #11091E

Color information

#11091E (or 0x11091E) is unknown color: approx 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

RGB17930-
CMYK0.430.7000.88
HSL262.86º53.85%7.65%-
HSV(B)262.86º70%11.76%-
XYZ0.560.411.28-
YUV13.79137.15130.29-

RGB Variations

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

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 (Cyan) values IS 0.43
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal179300.430.7000.88262.8653.857.65
Hex1191E2B46058107368
Octal2111365310601304076610
Binary100011001111101010111000110010110001000001111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11091E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>