#1C1820

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

Shades of Blackcurrant #1C1820

Tints of Blackcurrant #1C1820

Color information

#1C1820 (or 0x1C1820) is unknown color: approx Blackcurrant. HEX triplet: 1C, 18 and 20. RGB value is (28,24,32). Sum of RGB (Red+Green+Blue) = 28+24+32=84 (11% of max value = 765). Red value is 28 (11.33% from 255 or 33.33% from 84); Green value is 24 (9.77% from 255 or 28.57% from 84); Blue value is 32 (12.89% from 255 or 38.10% from 84); Max value from RGB is 32 - color contains mainly: blue. Hex color #1C1820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C1820 is #E3E7DF. Grayscale: #1A1A1A. Windows color (decimal): -14936032 or 2103324. OLE color: 2103324.

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

Color convert

RGB282432-
CMYK0.120.2500.87
HSL270º14.29%10.98%-
HSV(B)270º25%12.55%-
XYZ1.0711.5-
YUV26.11131.33129.35-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 33.33%
GREEN value IS 24 (9.77% from 255) = 28.57%
BLUE value IS 32 (12.89% from 255) = 38.10%
R=33.33%
G=28.57%
B=38.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2824320.120.2500.8727014.2910.98
Hex1C1820C1905710eeb
Octal343040143101274161613
Binary11100110001000001100110010101011110000111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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