#110C14

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

Shades of Blackcurrant #110C14

Tints of Blackcurrant #110C14

Color information

#110C14 (or 0x110C14) is unknown color: approx Blackcurrant. HEX triplet: 11, 0C and 14. RGB value is (17,12,20). Sum of RGB (Red+Green+Blue) = 17+12+20=49 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34.69% from 49); Green value is 12 (5.08% from 255 or 24.49% from 49); Blue value is 20 (8.20% from 255 or 40.82% from 49); Max value from RGB is 20 - color contains mainly: blue. Hex color #110C14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110C14 is #EEF3EB. Grayscale: #0E0E0E. Windows color (decimal): -15660012 or 1313809. OLE color: 1313809.

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

Color convert

RGB171220-
CMYK0.150.4000.92
HSL277.5º25%6.27%-
HSV(B)277.5º40%7.84%-
XYZ0.490.430.72-
YUV14.41131.16129.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 34.69%
GREEN value IS 12 (5.08% from 255) = 24.49%
BLUE value IS 20 (8.20% from 255) = 40.82%
R=34.69%
G=24.49%
B=40.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1712200.150.4000.92277.5256.27
Hex11C14F2805C116196
Octal21142417500134426316
Binary1000111001010011111010000101110010001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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