#110E14

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

Shades of Blackcurrant #110E14

Tints of Blackcurrant #110E14

Color information

#110E14 (or 0x110E14) is unknown color: approx Blackcurrant. HEX triplet: 11, 0E and 14. RGB value is (17,14,20). Sum of RGB (Red+Green+Blue) = 17+14+20=51 (6% of max value = 765). Red value is 17 (7.03% from 255 or 33.33% from 51); Green value is 14 (5.86% from 255 or 27.45% from 51); Blue value is 20 (8.20% from 255 or 39.22% from 51); Max value from RGB is 20 - color contains mainly: blue. Hex color #110E14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110E14 is #EEF1EB. Grayscale: #0F0F0F. Windows color (decimal): -15659500 or 1314321. OLE color: 1314321.

HSL color Cylindrical-coordinate representation of color #110E14: hue angle of 270º degrees, saturation: 0.18, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #110E14 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB171420-
CMYK0.150.3000.92
HSL270º17.65%6.67%-
HSV(B)270º30%7.84%-
XYZ0.510.480.73-
YUV15.58130.49129.01-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 33.33%
GREEN value IS 14 (5.86% from 255) = 27.45%
BLUE value IS 20 (8.20% from 255) = 39.22%
R=33.33%
G=27.45%
B=39.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1714200.150.3000.9227017.656.67
Hex11E14F1E05C10e127
Octal21162417360134416227
Binary100011110101001111111100101110010000111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,14,20); }

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

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

 a { background-color: rgb(17,14,20); }

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

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

 span { border-color: rgb(17,14,20); }

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