#1C1A1D

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

Shades of Blackcurrant #1C1A1D

Tints of Blackcurrant #1C1A1D

Color information

#1C1A1D (or 0x1C1A1D) is unknown color: approx Blackcurrant. HEX triplet: 1C, 1A and 1D. RGB value is (28,26,29). Sum of RGB (Red+Green+Blue) = 28+26+29=83 (10% of max value = 765). Red value is 28 (11.33% from 255 or 33.73% from 83); Green value is 26 (10.55% from 255 or 31.33% from 83); Blue value is 29 (11.72% from 255 or 34.94% from 83); Max value from RGB is 29 - color contains mainly: blue. Hex color #1C1A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C1A1D is #E3E5E2. Grayscale: #1A1A1A. Windows color (decimal): -14935523 or 1907228. OLE color: 1907228.

HSL color Cylindrical-coordinate representation of color #1C1A1D: hue angle of 280º degrees, saturation: 0.05, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #1C1A1D is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB282629-
CMYK0.030.1000.89
HSL280º5.45%10.78%-
HSV(B)280º10.34%11.37%-
XYZ1.071.071.31-
YUV26.94129.16128.76-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 33.73%
GREEN value IS 26 (10.55% from 255) = 31.33%
BLUE value IS 29 (11.72% from 255) = 34.94%
R=33.73%
G=31.33%
B=34.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2826290.030.1000.892805.4510.78
Hex1C1A1D3A0591185b
Octal3432353120131430513
Binary111001101011101111010010110011000110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,26,29); }

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

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

 a { background-color: rgb(28,26,29); }

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

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

 span { border-color: rgb(28,26,29); }

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