#1C013B

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

Shades of Blackcurrant #1C013B

Tints of Blackcurrant #1C013B

Color information

#1C013B (or 0x1C013B) is unknown color: approx Blackcurrant. HEX triplet: 1C, 01 and 3B. RGB value is (28,1,59). Sum of RGB (Red+Green+Blue) = 28+1+59=88 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.82% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 59 (23.44% from 255 or 67.05% from 88); Max value from RGB is 59 - color contains mainly: blue. Hex color #1C013B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C013B is #E3FEC4. Grayscale: #0F0F0F. Windows color (decimal): -14941893 or 3866908. OLE color: 3866908.

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

Color convert

RGB28159-
CMYK0.530.9800.77
HSL267.93º96.67%11.76%-
HSV(B)267.93º98.31%23.14%-
XYZ1.280.584.18-
YUV15.68152.45136.78-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 31.82%
GREEN value IS 1 (0.78% from 255) = 1.14%
BLUE value IS 59 (23.44% from 255) = 67.05%
R=31.82%
G=1.14%
B=67.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal281590.530.9800.77267.9396.6711.76
Hex1C13B356204D10c61c
Octal3417365142011541414114
Binary11100111101111010111000100100110110000110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C013B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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