#11011D

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

Shades of Blackcurrant #11011D

Tints of Blackcurrant #11011D

Color information

#11011D (or 0x11011D) is unknown color: approx Blackcurrant. HEX triplet: 11, 01 and 1D. RGB value is (17,1,29). Sum of RGB (Red+Green+Blue) = 17+1+29=47 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.17% from 47); Green value is 1 (0.78% from 255 or 2.13% from 47); Blue value is 29 (11.72% from 255 or 61.70% from 47); Max value from RGB is 29 - color contains mainly: blue. Hex color #11011D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11011D is #EEFEE2. Grayscale: #080808. Windows color (decimal): -15662819 or 1900817. OLE color: 1900817.

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

Color convert

RGB17129-
CMYK0.410.9700.89
HSL274.29º93.33%5.88%-
HSV(B)274.29º96.55%11.37%-
XYZ0.460.231.18-
YUV8.98139.3133.72-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 36.17%
GREEN value IS 1 (0.78% from 255) = 2.13%
BLUE value IS 29 (11.72% from 255) = 61.70%
R=36.17%
G=2.13%
B=61.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal171290.410.9700.89274.2993.335.88
Hex1111D29610591125d6
Octal211355114101314221356
Binary100011111011010011100001010110011000100101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11011D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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