#1C181F

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

Shades of Blackcurrant #1C181F

Tints of Blackcurrant #1C181F

Color information

#1C181F (or 0x1C181F) is unknown color: approx Blackcurrant. HEX triplet: 1C, 18 and 1F. RGB value is (28,24,31). Sum of RGB (Red+Green+Blue) = 28+24+31=83 (10% of max value = 765). Red value is 28 (11.33% from 255 or 33.73% from 83); Green value is 24 (9.77% from 255 or 28.92% from 83); Blue value is 31 (12.5% from 255 or 37.35% from 83); Max value from RGB is 31 - color contains mainly: blue. Hex color #1C181F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C181F is #E3E7E0. Grayscale: #191919. Windows color (decimal): -14936033 or 2037788. OLE color: 2037788.

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

Color convert

RGB282431-
CMYK0.100.2300.88
HSL274.29º12.73%10.78%-
HSV(B)274.29º22.58%12.16%-
XYZ1.0511.43-
YUV25.99130.83129.43-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 33.73%
GREEN value IS 24 (9.77% from 255) = 28.92%
BLUE value IS 31 (12.5% from 255) = 37.35%
R=33.73%
G=28.92%
B=37.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2824310.100.2300.88274.2912.7310.78
Hex1C181FA17058112db
Octal343037122701304221513
Binary1110011000111111010101110101100010001001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C181F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,24,31); }

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

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

 a { background-color: rgb(28,24,31); }

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

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

 span { border-color: rgb(28,24,31); }

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