#11011E

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

Shades of Blackcurrant #11011E

Tints of Blackcurrant #11011E

Color information

#11011E (or 0x11011E) is unknown color: approx Blackcurrant. HEX triplet: 11, 01 and 1E. RGB value is (17,1,30). Sum of RGB (Red+Green+Blue) = 17+1+30=48 (6% of max value = 765). Red value is 17 (7.03% from 255 or 35.42% from 48); Green value is 1 (0.78% from 255 or 2.08% from 48); Blue value is 30 (12.11% from 255 or 62.5% from 48); Max value from RGB is 30 - color contains mainly: blue. Hex color #11011E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11011E is #EEFEE1. Grayscale: #080808. Windows color (decimal): -15662818 or 1966353. OLE color: 1966353.

HSL color Cylindrical-coordinate representation of color #11011E: hue angle of 273.1º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #11011E is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB17130-
CMYK0.430.9700.88
HSL273.1º93.55%6.08%-
HSV(B)273.1º96.67%11.76%-
XYZ0.480.231.25-
YUV9.09139.8133.64-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 35.42%
GREEN value IS 1 (0.78% from 255) = 2.08%
BLUE value IS 30 (12.11% from 255) = 62.5%
R=35.42%
G=2.08%
B=62.5%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal171300.430.9700.88273.193.556.08
Hex1111E2B610581115e6
Octal211365314101304211366
Binary100011111101010111100001010110001000100011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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