#1C082D

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

Shades of Blackcurrant #1C082D

Tints of Blackcurrant #1C082D

Color information

#1C082D (or 0x1C082D) is unknown color: approx Blackcurrant. HEX triplet: 1C, 08 and 2D. RGB value is (28,8,45). Sum of RGB (Red+Green+Blue) = 28+8+45=81 (10% of max value = 765). Red value is 28 (11.33% from 255 or 34.57% from 81); Green value is 8 (3.52% from 255 or 9.88% from 81); Blue value is 45 (17.97% from 255 or 55.56% from 81); Max value from RGB is 45 - color contains mainly: blue. Hex color #1C082D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C082D is #E3F7D2. Grayscale: #121212. Windows color (decimal): -14940115 or 2951196. OLE color: 2951196.

HSL color Cylindrical-coordinate representation of color #1C082D: hue angle of 272.43º degrees, saturation: 0.7, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C082D is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB28845-
CMYK0.380.8200.82
HSL272.43º69.81%10.39%-
HSV(B)272.43º82.22%17.65%-
XYZ1.040.612.55-
YUV18.2143.13134.99-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 34.57%
GREEN value IS 8 (3.52% from 255) = 9.88%
BLUE value IS 45 (17.97% from 255) = 55.56%
R=34.57%
G=9.88%
B=55.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal288450.380.8200.82272.4369.8110.39
Hex1C82D265205211046a
Octal34105546122012242010612
Binary11100100010110110011010100100101001010001000010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C082D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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