#1C1429

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

Shades of Blackcurrant #1C1429

Tints of Blackcurrant #1C1429

Color information

#1C1429 (or 0x1C1429) is unknown color: approx Blackcurrant. HEX triplet: 1C, 14 and 29. RGB value is (28,20,41). Sum of RGB (Red+Green+Blue) = 28+20+41=89 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.46% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 41 (16.41% from 255 or 46.07% from 89); Max value from RGB is 41 - color contains mainly: blue. Hex color #1C1429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C1429 is #E3EBD6. Grayscale: #181818. Windows color (decimal): -14937047 or 2692124. OLE color: 2692124.

HSL color Cylindrical-coordinate representation of color #1C1429: hue angle of 262.86º degrees, saturation: 0.34, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1C1429 is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB282041-
CMYK0.320.5100.84
HSL262.86º34.43%11.96%-
HSV(B)262.86º51.22%16.08%-
XYZ1.130.912.21-
YUV24.79137.15130.29-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 31.46%
GREEN value IS 20 (8.20% from 255) = 22.47%
BLUE value IS 41 (16.41% from 255) = 46.07%
R=31.46%
G=22.47%
B=46.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2820410.320.5100.84262.8634.4311.96
Hex1C1429203305410722c
Octal342451406301244074214
Binary1110010100101001100000110011010101001000001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,20,41); }

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

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

 a { background-color: rgb(28,20,41); }

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

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

 span { border-color: rgb(28,20,41); }

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