#1C013F

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

Shades of Blackcurrant #1C013F

Tints of Blackcurrant #1C013F

Color information

#1C013F (or 0x1C013F) is unknown color: approx Blackcurrant. HEX triplet: 1C, 01 and 3F. RGB value is (28,1,63). Sum of RGB (Red+Green+Blue) = 28+1+63=92 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.43% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 63 (25% from 255 or 68.48% from 92); Max value from RGB is 63 - color contains mainly: blue. Hex color #1C013F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C013F is #E3FEC0. Grayscale: #0F0F0F. Windows color (decimal): -14941889 or 4129052. OLE color: 4129052.

HSL color Cylindrical-coordinate representation of color #1C013F: hue angle of 266.13º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1C013F is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB28163-
CMYK0.560.9800.75
HSL266.13º96.88%12.55%-
HSV(B)266.13º98.41%24.71%-
XYZ1.390.634.75-
YUV16.14154.45136.46-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 30.43%
GREEN value IS 1 (0.78% from 255) = 1.09%
BLUE value IS 63 (25% from 255) = 68.48%
R=30.43%
G=1.09%
B=68.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal281630.560.9800.75266.1396.8812.55
Hex1C13F386204B10a61d
Octal3417770142011341214115
Binary11100111111111100011000100100101110000101011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C013F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,1,63); }

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

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

 a { background-color: rgb(28,1,63); }

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

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

 span { border-color: rgb(28,1,63); }

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