#1C1024

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

Shades of Blackcurrant #1C1024

Tints of Blackcurrant #1C1024

Color information

#1C1024 (or 0x1C1024) is unknown color: approx Blackcurrant. HEX triplet: 1C, 10 and 24. RGB value is (28,16,36). Sum of RGB (Red+Green+Blue) = 28+16+36=80 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35% from 80); Green value is 16 (6.64% from 255 or 20% from 80); Blue value is 36 (14.45% from 255 or 45% from 80); Max value from RGB is 36 - color contains mainly: blue. Hex color #1C1024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C1024 is #E3EFDB. Grayscale: #151515. Windows color (decimal): -14938076 or 2363420. OLE color: 2363420.

HSL color Cylindrical-coordinate representation of color #1C1024: hue angle of 276º degrees, saturation: 0.38, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1C1024 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB281636-
CMYK0.220.5600.86
HSL276º38.46%10.2%-
HSV(B)276º55.56%14.12%-
XYZ0.980.741.76-
YUV21.87135.98132.37-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 35%
GREEN value IS 16 (6.64% from 255) = 20%
BLUE value IS 36 (14.45% from 255) = 45%
R=35%
G=20%
B=45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2816360.220.5600.8627638.4610.2
Hex1C1024163805611426a
Octal342044267001264244612
Binary111001000010010010110111000010101101000101001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,16,36); }

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

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

 a { background-color: rgb(28,16,36); }

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

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

 span { border-color: rgb(28,16,36); }

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