#110C12

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

Shades of Blackcurrant #110C12

Tints of Blackcurrant #110C12

Color information

#110C12 (or 0x110C12) is unknown color: approx Blackcurrant. HEX triplet: 11, 0C and 12. RGB value is (17,12,18). Sum of RGB (Red+Green+Blue) = 17+12+18=47 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.17% from 47); Green value is 12 (5.08% from 255 or 25.53% from 47); Blue value is 18 (7.42% from 255 or 38.30% from 47); Max value from RGB is 18 - color contains mainly: blue. Hex color #110C12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110C12 is #EEF3ED. Grayscale: #0E0E0E. Windows color (decimal): -15660014 or 1182737. OLE color: 1182737.

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

Color convert

RGB171218-
CMYK0.060.3300.93
HSL290º20%5.88%-
HSV(B)290º33.33%7.06%-
XYZ0.470.430.63-
YUV14.18130.16130.01-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 36.17%
GREEN value IS 12 (5.08% from 255) = 25.53%
BLUE value IS 18 (7.42% from 255) = 38.30%
R=36.17%
G=25.53%
B=38.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1712180.060.3300.93290205.88
Hex11C1262105D122146
Octal2114226410135442246
Binary100011100100101101000010101110110010001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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