#1C082C

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

Shades of Blackcurrant #1C082C

Tints of Blackcurrant #1C082C

Color information

#1C082C (or 0x1C082C) is unknown color: approx Blackcurrant. HEX triplet: 1C, 08 and 2C. RGB value is (28,8,44). Sum of RGB (Red+Green+Blue) = 28+8+44=80 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35% from 80); Green value is 8 (3.52% from 255 or 10% from 80); Blue value is 44 (17.58% from 255 or 55% from 80); Max value from RGB is 44 - color contains mainly: blue. Hex color #1C082C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C082C is #E3F7D3. Grayscale: #111111. Windows color (decimal): -14940116 or 2885660. OLE color: 2885660.

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

Color convert

RGB28844-
CMYK0.360.8200.83
HSL273.33º69.23%10.2%-
HSV(B)273.33º81.82%17.25%-
XYZ1.020.62.45-
YUV18.08142.63135.07-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 35%
GREEN value IS 8 (3.52% from 255) = 10%
BLUE value IS 44 (17.58% from 255) = 55%
R=35%
G=10%
B=55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal288440.360.8200.83273.3369.2310.2
Hex1C82C245205311145a
Octal34105444122012342110512
Binary11100100010110010010010100100101001110001000110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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