#110F14

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

Shades of Blackcurrant #110F14

Tints of Blackcurrant #110F14

Color information

#110F14 (or 0x110F14) is unknown color: approx Blackcurrant. HEX triplet: 11, 0F and 14. RGB value is (17,15,20). Sum of RGB (Red+Green+Blue) = 17+15+20=52 (6% of max value = 765). Red value is 17 (7.03% from 255 or 32.69% from 52); Green value is 15 (6.25% from 255 or 28.85% from 52); Blue value is 20 (8.20% from 255 or 38.46% from 52); Max value from RGB is 20 - color contains mainly: blue. Hex color #110F14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110F14 is #EEF0EB. Grayscale: #101010. Windows color (decimal): -15659244 or 1314577. OLE color: 1314577.

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

Color convert

RGB171520-
CMYK0.150.2500.92
HSL264º14.29%6.86%-
HSV(B)264º25%7.84%-
XYZ0.530.510.73-
YUV16.17130.16128.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 32.69%
GREEN value IS 15 (6.25% from 255) = 28.85%
BLUE value IS 20 (8.20% from 255) = 38.46%
R=32.69%
G=28.85%
B=38.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1715200.150.2500.9226414.296.86
Hex11F14F1905C108e7
Octal21172417310134410167
Binary10001111110100111111001010111001000010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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