#1C191E

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

Shades of Blackcurrant #1C191E

Tints of Blackcurrant #1C191E

Color information

#1C191E (or 0x1C191E) is unknown color: approx Blackcurrant. HEX triplet: 1C, 19 and 1E. RGB value is (28,25,30). Sum of RGB (Red+Green+Blue) = 28+25+30=83 (10% of max value = 765). Red value is 28 (11.33% from 255 or 33.73% from 83); Green value is 25 (10.16% from 255 or 30.12% from 83); Blue value is 30 (12.11% from 255 or 36.14% from 83); Max value from RGB is 30 - color contains mainly: blue. Hex color #1C191E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C191E is #E3E6E1. Grayscale: #1A1A1A. Windows color (decimal): -14935778 or 1972508. OLE color: 1972508.

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

Color convert

RGB282530-
CMYK0.070.1700.88
HSL276º9.09%10.78%-
HSV(B)276º16.67%11.76%-
XYZ1.061.041.37-
YUV26.47129.99129.09-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 33.73%
GREEN value IS 25 (10.16% from 255) = 30.12%
BLUE value IS 30 (12.11% from 255) = 36.14%
R=33.73%
G=30.12%
B=36.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2825300.070.1700.882769.0910.78
Hex1C191E7110581149b
Octal34313672101304241113
Binary111001100111110111100010101100010001010010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C191E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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