#1C1128

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

Shades of Blackcurrant #1C1128

Tints of Blackcurrant #1C1128

Color information

#1C1128 (or 0x1C1128) is unknown color: approx Blackcurrant. HEX triplet: 1C, 11 and 28. RGB value is (28,17,40). Sum of RGB (Red+Green+Blue) = 28+17+40=85 (11% of max value = 765). Red value is 28 (11.33% from 255 or 32.94% from 85); Green value is 17 (7.03% from 255 or 20% from 85); Blue value is 40 (16.02% from 255 or 47.06% from 85); Max value from RGB is 40 - color contains mainly: blue. Hex color #1C1128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C1128 is #E3EED7. Grayscale: #161616. Windows color (decimal): -14937816 or 2625820. OLE color: 2625820.

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

Color convert

RGB281740-
CMYK0.300.5700.84
HSL268.7º40.35%11.18%-
HSV(B)268.7º57.5%15.69%-
XYZ1.060.82.11-
YUV22.91137.64131.63-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 32.94%
GREEN value IS 17 (7.03% from 255) = 20%
BLUE value IS 40 (16.02% from 255) = 47.06%
R=32.94%
G=20%
B=47.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2817400.300.5700.84268.740.3511.18
Hex1C11281E3905410d28b
Octal342150367101244155013
Binary111001000110100011110111001010101001000011011010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,17,40); }

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

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

 a { background-color: rgb(28,17,40); }

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

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

 span { border-color: rgb(28,17,40); }

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