#1C1029

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

Shades of Blackcurrant #1C1029

Tints of Blackcurrant #1C1029

Color information

#1C1029 (or 0x1C1029) is unknown color: approx Blackcurrant. HEX triplet: 1C, 10 and 29. RGB value is (28,16,41). Sum of RGB (Red+Green+Blue) = 28+16+41=85 (11% of max value = 765). Red value is 28 (11.33% from 255 or 32.94% from 85); Green value is 16 (6.64% from 255 or 18.82% from 85); Blue value is 41 (16.41% from 255 or 48.24% from 85); Max value from RGB is 41 - color contains mainly: blue. Hex color #1C1029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C1029 is #E3EFD6. Grayscale: #161616. Windows color (decimal): -14938071 or 2691100. OLE color: 2691100.

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

Color convert

RGB281641-
CMYK0.320.6100.84
HSL268.8º43.86%11.18%-
HSV(B)268.8º60.98%16.08%-
XYZ1.060.782.19-
YUV22.44138.48131.97-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 32.94%
GREEN value IS 16 (6.64% from 255) = 18.82%
BLUE value IS 41 (16.41% from 255) = 48.24%
R=32.94%
G=18.82%
B=48.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2816410.320.6100.84268.843.8611.18
Hex1C1029203D05410d2cb
Octal342051407501244155413
Binary1110010000101001100000111101010101001000011011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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