#110D16

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

Shades of Blackcurrant #110D16

Tints of Blackcurrant #110D16

Color information

#110D16 (or 0x110D16) is unknown color: approx Blackcurrant. HEX triplet: 11, 0D and 16. RGB value is (17,13,22). Sum of RGB (Red+Green+Blue) = 17+13+22=52 (6% of max value = 765). Red value is 17 (7.03% from 255 or 32.69% from 52); Green value is 13 (5.47% from 255 or 25% from 52); Blue value is 22 (8.98% from 255 or 42.31% from 52); Max value from RGB is 22 - color contains mainly: blue. Hex color #110D16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110D16 is #EEF2E9. Grayscale: #0F0F0F. Windows color (decimal): -15659754 or 1445137. OLE color: 1445137.

HSL color Cylindrical-coordinate representation of color #110D16: hue angle of 266.67º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #110D16 is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB171322-
CMYK0.230.4100.91
HSL266.67º25.71%6.86%-
HSV(B)266.67º40.91%8.63%-
XYZ0.520.460.82-
YUV15.22131.83129.27-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 32.69%
GREEN value IS 13 (5.47% from 255) = 25%
BLUE value IS 22 (8.98% from 255) = 42.31%
R=32.69%
G=25%
B=42.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1713220.230.4100.91266.6725.716.86
Hex11D16172905B10b1a7
Octal21152627510133413327
Binary10001110110110101111010010101101110000101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110D16; }

 p { color: rgb(17,13,22); }

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

<style>
 a { background-color: #110D16; }

 a { background-color: rgb(17,13,22); }

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

<style>
 span { border-color: #110D16; }

 span { border-color: rgb(17,13,22); }

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