#1C022F

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

Shades of Blackcurrant #1C022F

Tints of Blackcurrant #1C022F

Color information

#1C022F (or 0x1C022F) is unknown color: approx Blackcurrant. HEX triplet: 1C, 02 and 2F. RGB value is (28,2,47). Sum of RGB (Red+Green+Blue) = 28+2+47=77 (10% of max value = 765). Red value is 28 (11.33% from 255 or 36.36% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 47 (18.75% from 255 or 61.04% from 77); Max value from RGB is 47 - color contains mainly: blue. Hex color #1C022F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C022F is #E3FDD0. Grayscale: #0E0E0E. Windows color (decimal): -14941649 or 3080732. OLE color: 3080732.

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

Color convert

RGB28247-
CMYK0.400.9600.82
HSL274.67º91.84%9.61%-
HSV(B)274.67º95.74%18.43%-
XYZ1.010.52.73-
YUV14.9146.11137.34-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 36.36%
GREEN value IS 2 (1.17% from 255) = 2.60%
BLUE value IS 47 (18.75% from 255) = 61.04%
R=36.36%
G=2.60%
B=61.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal282470.400.9600.82274.6791.849.61
Hex1C22F28600521135ca
Octal3425750140012242313412
Binary111001010111110100011000000101001010001001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C022F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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