#1C1323

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

Shades of Blackcurrant #1C1323

Tints of Blackcurrant #1C1323

Color information

#1C1323 (or 0x1C1323) is unknown color: approx Blackcurrant. HEX triplet: 1C, 13 and 23. RGB value is (28,19,35). Sum of RGB (Red+Green+Blue) = 28+19+35=82 (10% of max value = 765). Red value is 28 (11.33% from 255 or 34.15% from 82); Green value is 19 (7.81% from 255 or 23.17% from 82); Blue value is 35 (14.06% from 255 or 42.68% from 82); Max value from RGB is 35 - color contains mainly: blue. Hex color #1C1323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C1323 is #E3ECDC. Grayscale: #171717. Windows color (decimal): -14937309 or 2298652. OLE color: 2298652.

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

Color convert

RGB281935-
CMYK0.200.4600.86
HSL273.75º29.63%10.59%-
HSV(B)273.75º45.71%13.73%-
XYZ1.020.831.7-
YUV23.52134.48131.2-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 34.15%
GREEN value IS 19 (7.81% from 255) = 23.17%
BLUE value IS 35 (14.06% from 255) = 42.68%
R=34.15%
G=23.17%
B=42.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2819350.200.4600.86273.7529.6310.59
Hex1C1323142E0561121eb
Octal342343245601264223613
Binary11100100111000111010010111001010110100010010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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