#1C1123

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

Shades of Blackcurrant #1C1123

Tints of Blackcurrant #1C1123

Color information

#1C1123 (or 0x1C1123) is unknown color: approx Blackcurrant. HEX triplet: 1C, 11 and 23. RGB value is (28,17,35). Sum of RGB (Red+Green+Blue) = 28+17+35=80 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35% from 80); Green value is 17 (7.03% from 255 or 21.25% from 80); Blue value is 35 (14.06% from 255 or 43.75% from 80); Max value from RGB is 35 - color contains mainly: blue. Hex color #1C1123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C1123 is #E3EEDC. Grayscale: #161616. Windows color (decimal): -14937821 or 2298140. OLE color: 2298140.

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

Color convert

RGB281735-
CMYK0.200.5100.86
HSL276.67º34.62%10.2%-
HSV(B)276.67º51.43%13.73%-
XYZ0.980.771.69-
YUV22.34135.14132.04-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 35%
GREEN value IS 17 (7.03% from 255) = 21.25%
BLUE value IS 35 (14.06% from 255) = 43.75%
R=35%
G=21.25%
B=43.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2817350.200.5100.86276.6734.6210.2
Hex1C1123143305611523a
Octal342143246301264254312
Binary111001000110001110100110011010101101000101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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