#1C013C

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

Shades of Blackcurrant #1C013C

Tints of Blackcurrant #1C013C

Color information

#1C013C (or 0x1C013C) is unknown color: approx Blackcurrant. HEX triplet: 1C, 01 and 3C. RGB value is (28,1,60). Sum of RGB (Red+Green+Blue) = 28+1+60=89 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.46% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 60 (23.83% from 255 or 67.42% from 89); Max value from RGB is 60 - color contains mainly: blue. Hex color #1C013C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C013C is #E3FEC3. Grayscale: #0F0F0F. Windows color (decimal): -14941892 or 3932444. OLE color: 3932444.

HSL color Cylindrical-coordinate representation of color #1C013C: hue angle of 267.46º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1C013C is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB28160-
CMYK0.530.9800.76
HSL267.46º96.72%11.96%-
HSV(B)267.46º98.33%23.53%-
XYZ1.310.594.32-
YUV15.8152.95136.7-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 31.46%
GREEN value IS 1 (0.78% from 255) = 1.12%
BLUE value IS 60 (23.83% from 255) = 67.42%
R=31.46%
G=1.12%
B=67.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal281600.530.9800.76267.4696.7211.96
Hex1C13C356204C10b61c
Octal3417465142011441314114
Binary11100111110011010111000100100110010000101111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C013C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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