#11011C

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

Shades of Blackcurrant #11011C

Tints of Blackcurrant #11011C

Color information

#11011C (or 0x11011C) is unknown color: approx Blackcurrant. HEX triplet: 11, 01 and 1C. RGB value is (17,1,28). Sum of RGB (Red+Green+Blue) = 17+1+28=46 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.96% from 46); Green value is 1 (0.78% from 255 or 2.17% from 46); Blue value is 28 (11.33% from 255 or 60.87% from 46); Max value from RGB is 28 - color contains mainly: blue. Hex color #11011C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11011C is #EEFEE3. Grayscale: #080808. Windows color (decimal): -15662820 or 1835281. OLE color: 1835281.

HSL color Cylindrical-coordinate representation of color #11011C: hue angle of 275.56º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #11011C is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB17128-
CMYK0.390.9600.89
HSL275.56º93.1%5.69%-
HSV(B)275.56º96.43%10.98%-
XYZ0.450.221.12-
YUV8.86138.8133.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 36.96%
GREEN value IS 1 (0.78% from 255) = 2.17%
BLUE value IS 28 (11.33% from 255) = 60.87%
R=36.96%
G=2.17%
B=60.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal171280.390.9600.89275.5693.15.69
Hex1111C27600591145d6
Octal211344714001314241356
Binary100011111001001111100000010110011000101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11011C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11011C; }

 p { color: rgb(17,1,28); }

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

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

 a { background-color: rgb(17,1,28); }

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

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

 span { border-color: rgb(17,1,28); }

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