#1C021F

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

Shades of Blackcurrant #1C021F

Tints of Blackcurrant #1C021F

Color information

#1C021F (or 0x1C021F) is unknown color: approx Blackcurrant. HEX triplet: 1C, 02 and 1F. RGB value is (28,2,31). Sum of RGB (Red+Green+Blue) = 28+2+31=61 (8% of max value = 765). Red value is 28 (11.33% from 255 or 45.90% from 61); Green value is 2 (1.17% from 255 or 3.28% from 61); Blue value is 31 (12.5% from 255 or 50.82% from 61); Max value from RGB is 31 - color contains mainly: blue. Hex color #1C021F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C021F is #E3FDE0. Grayscale: #0C0C0C. Windows color (decimal): -14941665 or 2032156. OLE color: 2032156.

HSL color Cylindrical-coordinate representation of color #1C021F: hue angle of 293.79º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1C021F is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB28231-
CMYK0.100.9400.88
HSL293.79º87.88%6.47%-
HSV(B)293.79º93.55%12.16%-
XYZ0.750.391.33-
YUV13.08138.11138.64-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 45.90%
GREEN value IS 2 (1.17% from 255) = 3.28%
BLUE value IS 31 (12.5% from 255) = 50.82%
R=45.90%
G=3.28%
B=50.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal282310.100.9400.88293.7987.886.47
Hex1C21FA5E058126586
Octal342371213601304461306
Binary11100101111110101011110010110001001001101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,2,31); }

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

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

 a { background-color: rgb(28,2,31); }

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

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

 span { border-color: rgb(28,2,31); }

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