#110E12

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

Shades of Blackcurrant #110E12

Tints of Blackcurrant #110E12

Color information

#110E12 (or 0x110E12) is unknown color: approx Blackcurrant. HEX triplet: 11, 0E and 12. RGB value is (17,14,18). Sum of RGB (Red+Green+Blue) = 17+14+18=49 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34.69% from 49); Green value is 14 (5.86% from 255 or 28.57% from 49); Blue value is 18 (7.42% from 255 or 36.73% from 49); Max value from RGB is 18 - color contains mainly: blue. Hex color #110E12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110E12 is #EEF1ED. Grayscale: #0F0F0F. Windows color (decimal): -15659502 or 1183249. OLE color: 1183249.

HSL color Cylindrical-coordinate representation of color #110E12: hue angle of 285º degrees, saturation: 0.12, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #110E12 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB171418-
CMYK0.060.2200.93
HSL285º12.5%6.27%-
HSV(B)285º22.22%7.06%-
XYZ0.50.480.64-
YUV15.35129.49129.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 34.69%
GREEN value IS 14 (5.86% from 255) = 28.57%
BLUE value IS 18 (7.42% from 255) = 36.73%
R=34.69%
G=28.57%
B=36.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1714180.060.2200.9328512.56.27
Hex11E1261605D11dc6
Octal2116226260135435146
Binary1000111101001011010110010111011000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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