#11091F

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

Shades of Blackcurrant #11091F

Tints of Blackcurrant #11091F

Color information

#11091F (or 0x11091F) is unknown color: approx Blackcurrant. HEX triplet: 11, 09 and 1F. RGB value is (17,9,31). Sum of RGB (Red+Green+Blue) = 17+9+31=57 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.82% from 57); Green value is 9 (3.91% from 255 or 15.79% from 57); Blue value is 31 (12.5% from 255 or 54.39% from 57); Max value from RGB is 31 - color contains mainly: blue. Hex color #11091F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11091F is #EEF6E0. Grayscale: #0D0D0D. Windows color (decimal): -15660769 or 2033937. OLE color: 2033937.

HSL color Cylindrical-coordinate representation of color #11091F: hue angle of 261.82º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #11091F is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB17931-
CMYK0.450.7100.88
HSL261.82º55%7.84%-
HSV(B)261.82º70.97%12.16%-
XYZ0.580.411.35-
YUV13.9137.65130.21-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 29.82%
GREEN value IS 9 (3.91% from 255) = 15.79%
BLUE value IS 31 (12.5% from 255) = 54.39%
R=29.82%
G=15.79%
B=54.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal179310.450.7100.88261.82557.84
Hex1191F2D47058106378
Octal2111375510701304066710
Binary100011001111111011011000111010110001000001101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11091F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #11091F;
 }
 .AnyTagClassName
 {
   color: #11091F;
 }
</style>
background-color css

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

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

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

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

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

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