#1C181E

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

Shades of Blackcurrant #1C181E

Tints of Blackcurrant #1C181E

Color information

#1C181E (or 0x1C181E) is unknown color: approx Blackcurrant. HEX triplet: 1C, 18 and 1E. RGB value is (28,24,30). Sum of RGB (Red+Green+Blue) = 28+24+30=82 (10% of max value = 765). Red value is 28 (11.33% from 255 or 34.15% from 82); Green value is 24 (9.77% from 255 or 29.27% from 82); Blue value is 30 (12.11% from 255 or 36.59% from 82); Max value from RGB is 30 - color contains mainly: blue. Hex color #1C181E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C181E is #E3E7E1. Grayscale: #191919. Windows color (decimal): -14936034 or 1972252. OLE color: 1972252.

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

Color convert

RGB282430-
CMYK0.070.2000.88
HSL280º11.11%10.59%-
HSV(B)280º20%11.76%-
XYZ1.040.991.37-
YUV25.88130.33129.51-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 34.15%
GREEN value IS 24 (9.77% from 255) = 29.27%
BLUE value IS 30 (12.11% from 255) = 36.59%
R=34.15%
G=29.27%
B=36.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2824300.070.2000.8828011.1110.59
Hex1C181E714058118bb
Octal34303672401304301313
Binary111001100011110111101000101100010001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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