#1C132C

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

Shades of Blackcurrant #1C132C

Tints of Blackcurrant #1C132C

Color information

#1C132C (or 0x1C132C) is unknown color: approx Blackcurrant. HEX triplet: 1C, 13 and 2C. RGB value is (28,19,44). Sum of RGB (Red+Green+Blue) = 28+19+44=91 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.77% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 44 (17.58% from 255 or 48.35% from 91); Max value from RGB is 44 - color contains mainly: blue. Hex color #1C132C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C132C is #E3ECD3. Grayscale: #181818. Windows color (decimal): -14937300 or 2888476. OLE color: 2888476.

HSL color Cylindrical-coordinate representation of color #1C132C: hue angle of 261.6º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1C132C is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB281944-
CMYK0.360.5700.83
HSL261.6º39.68%12.35%-
HSV(B)261.6º56.82%17.25%-
XYZ1.170.892.49-
YUV24.54138.98130.47-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 30.77%
GREEN value IS 19 (7.81% from 255) = 20.88%
BLUE value IS 44 (17.58% from 255) = 48.35%
R=30.77%
G=20.88%
B=48.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2819440.360.5700.83261.639.6812.35
Hex1C132C243905310628c
Octal342354447101234065014
Binary1110010011101100100100111001010100111000001101010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C132C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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