#1C1920

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

Shades of Blackcurrant #1C1920

Tints of Blackcurrant #1C1920

Color information

#1C1920 (or 0x1C1920) is unknown color: approx Blackcurrant. HEX triplet: 1C, 19 and 20. RGB value is (28,25,32). Sum of RGB (Red+Green+Blue) = 28+25+32=85 (11% of max value = 765). Red value is 28 (11.33% from 255 or 32.94% from 85); Green value is 25 (10.16% from 255 or 29.41% from 85); Blue value is 32 (12.89% from 255 or 37.65% from 85); Max value from RGB is 32 - color contains mainly: blue. Hex color #1C1920 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C1920 is #E3E6DF. Grayscale: #1A1A1A. Windows color (decimal): -14935776 or 2103580. OLE color: 2103580.

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

Color convert

RGB282532-
CMYK0.120.2200.87
HSL265.71º12.28%11.18%-
HSV(B)265.71º21.88%12.55%-
XYZ1.091.051.51-
YUV26.69130.99128.93-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 32.94%
GREEN value IS 25 (10.16% from 255) = 29.41%
BLUE value IS 32 (12.89% from 255) = 37.65%
R=32.94%
G=29.41%
B=37.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2825320.120.2200.87265.7112.2811.18
Hex1C1920C1605710acb
Octal343140142601274121413
Binary11100110011000001100101100101011110000101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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