#110114

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

Shades of Blackcurrant #110114

Tints of Blackcurrant #110114

Color information

#110114 (or 0x110114) is unknown color: approx Blackcurrant. HEX triplet: 11, 01 and 14. RGB value is (17,1,20). Sum of RGB (Red+Green+Blue) = 17+1+20=38 (5% of max value = 765). Red value is 17 (7.03% from 255 or 44.74% from 38); Green value is 1 (0.78% from 255 or 2.63% from 38); Blue value is 20 (8.20% from 255 or 52.63% from 38); Max value from RGB is 20 - color contains mainly: blue. Hex color #110114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110114 is #EEFEEB. Grayscale: #070707. Windows color (decimal): -15662828 or 1310993. OLE color: 1310993.

HSL color Cylindrical-coordinate representation of color #110114: hue angle of 290.53º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #110114 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB17120-
CMYK0.150.9500.92
HSL290.53º90.48%4.12%-
HSV(B)290.53º95%7.84%-
XYZ0.370.190.68-
YUV7.95134.8134.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 44.74%
GREEN value IS 1 (0.78% from 255) = 2.63%
BLUE value IS 20 (8.20% from 255) = 52.63%
R=44.74%
G=2.63%
B=52.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal171200.150.9500.92290.5390.484.12
Hex11114F5F05C1235a4
Octal211241713701344431324
Binary1000111010011111011111010111001001000111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110114; }

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

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

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

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

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

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

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

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