#1C0031

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

Shades of Blackcurrant #1C0031

Tints of Blackcurrant #1C0031

Color information

#1C0031 (or 0x1C0031) is unknown color: approx Blackcurrant. HEX triplet: 1C, 00 and 31. RGB value is (28,0,49). Sum of RGB (Red+Green+Blue) = 28+0+49=77 (10% of max value = 765). Red value is 28 (11.33% from 255 or 36.36% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 49 (19.53% from 255 or 63.64% from 77); Max value from RGB is 49 - color contains mainly: blue. Hex color #1C0031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0031 is #E3FFCE. Grayscale: #0D0D0D. Windows color (decimal): -14942159 or 3211292. OLE color: 3211292.

HSL color Cylindrical-coordinate representation of color #1C0031: hue angle of 274.29º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C0031 is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB28049-
CMYK0.43100.81
HSL274.29º100%9.61%-
HSV(B)274.29º100%19.22%-
XYZ1.030.472.94-
YUV13.96147.78138.02-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 36.36%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 49 (19.53% from 255) = 63.64%
R=36.36%
G=0%
B=63.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal280490.43100.81274.291009.61
Hex1C0312B6405111264a
Octal3406153144012142214412
Binary11100011000110101111001000101000110001001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,0,49); }

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

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

 a { background-color: rgb(28,0,49); }

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

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

 span { border-color: rgb(28,0,49); }

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