#1C111E

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

Shades of Blackcurrant #1C111E

Tints of Blackcurrant #1C111E

Color information

#1C111E (or 0x1C111E) is unknown color: approx Blackcurrant. HEX triplet: 1C, 11 and 1E. RGB value is (28,17,30). Sum of RGB (Red+Green+Blue) = 28+17+30=75 (9% of max value = 765). Red value is 28 (11.33% from 255 or 37.33% from 75); Green value is 17 (7.03% from 255 or 22.67% from 75); Blue value is 30 (12.11% from 255 or 40% from 75); Max value from RGB is 30 - color contains mainly: blue. Hex color #1C111E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C111E is #E3EEE1. Grayscale: #151515. Windows color (decimal): -14937826 or 1970460. OLE color: 1970460.

HSL color Cylindrical-coordinate representation of color #1C111E: hue angle of 290.77º degrees, saturation: 0.28, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1C111E is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB281730-
CMYK0.070.4300.88
HSL290.77º27.66%9.22%-
HSV(B)290.77º43.33%11.76%-
XYZ0.910.741.32-
YUV21.77132.64132.44-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 37.33%
GREEN value IS 17 (7.03% from 255) = 22.67%
BLUE value IS 30 (12.11% from 255) = 40%
R=37.33%
G=22.67%
B=40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2817300.070.4300.88290.7727.669.22
Hex1C111E72B0581231c9
Octal34213675301304433411
Binary11100100011111011110101101011000100100011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C111E; }

 p { color: rgb(28,17,30); }

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

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

 a { background-color: rgb(28,17,30); }

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

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

 span { border-color: rgb(28,17,30); }

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