#11091B

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

Shades of Blackcurrant #11091B

Tints of Blackcurrant #11091B

Color information

#11091B (or 0x11091B) is unknown color: approx Blackcurrant. HEX triplet: 11, 09 and 1B. RGB value is (17,9,27). Sum of RGB (Red+Green+Blue) = 17+9+27=53 (7% of max value = 765). Red value is 17 (7.03% from 255 or 32.08% from 53); Green value is 9 (3.91% from 255 or 16.98% from 53); Blue value is 27 (10.94% from 255 or 50.94% from 53); Max value from RGB is 27 - color contains mainly: blue. Hex color #11091B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11091B is #EEF6E4. Grayscale: #0D0D0D. Windows color (decimal): -15660773 or 1771793. OLE color: 1771793.

HSL color Cylindrical-coordinate representation of color #11091B: hue angle of 266.67º degrees, saturation: 0.5, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #11091B is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB17927-
CMYK0.370.6700.89
HSL266.67º50%7.06%-
HSV(B)266.67º66.67%10.59%-
XYZ0.530.391.09-
YUV13.44135.65130.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 32.08%
GREEN value IS 9 (3.91% from 255) = 16.98%
BLUE value IS 27 (10.94% from 255) = 50.94%
R=32.08%
G=16.98%
B=50.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal179270.370.6700.89266.67507.06
Hex1191B254305910b327
Octal211133451030131413627
Binary10001100111011100101100001101011001100001011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11091B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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