#110B16

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

Shades of Blackcurrant #110B16

Tints of Blackcurrant #110B16

Color information

#110B16 (or 0x110B16) is unknown color: approx Blackcurrant. HEX triplet: 11, 0B and 16. RGB value is (17,11,22). Sum of RGB (Red+Green+Blue) = 17+11+22=50 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34% from 50); Green value is 11 (4.69% from 255 or 22% from 50); Blue value is 22 (8.98% from 255 or 44% from 50); Max value from RGB is 22 - color contains mainly: blue. Hex color #110B16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110B16 is #EEF4E9. Grayscale: #0E0E0E. Windows color (decimal): -15660266 or 1444625. OLE color: 1444625.

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

Color convert

RGB171122-
CMYK0.230.500.91
HSL272.73º33.33%6.47%-
HSV(B)272.73º50%8.63%-
XYZ0.50.420.81-
YUV14.05132.49130.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 34%
GREEN value IS 11 (4.69% from 255) = 22%
BLUE value IS 22 (8.98% from 255) = 44%
R=34%
G=22%
B=44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1711220.230.500.91272.7333.336.47
Hex11B16173205B111216
Octal21132627620133421416
Binary100011011101101011111001001011011100010001100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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