#110E15

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

Shades of Blackcurrant #110E15

Tints of Blackcurrant #110E15

Color information

#110E15 (or 0x110E15) is unknown color: approx Blackcurrant. HEX triplet: 11, 0E and 15. RGB value is (17,14,21). Sum of RGB (Red+Green+Blue) = 17+14+21=52 (6% of max value = 765). Red value is 17 (7.03% from 255 or 32.69% from 52); Green value is 14 (5.86% from 255 or 26.92% from 52); Blue value is 21 (8.59% from 255 or 40.38% from 52); Max value from RGB is 21 - color contains mainly: blue. Hex color #110E15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110E15 is #EEF1EA. Grayscale: #0F0F0F. Windows color (decimal): -15659499 or 1379857. OLE color: 1379857.

HSL color Cylindrical-coordinate representation of color #110E15: hue angle of 265.71º degrees, saturation: 0.2, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #110E15 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB171421-
CMYK0.190.3300.92
HSL265.71º20%6.86%-
HSV(B)265.71º33.33%8.24%-
XYZ0.520.490.78-
YUV15.7130.99128.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 32.69%
GREEN value IS 14 (5.86% from 255) = 26.92%
BLUE value IS 21 (8.59% from 255) = 40.38%
R=32.69%
G=26.92%
B=40.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1714210.190.3300.92265.71206.86
Hex11E15132105C10a147
Octal21162523410134412247
Binary10001111010101100111000010101110010000101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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