#1C013A

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

Shades of Blackcurrant #1C013A

Tints of Blackcurrant #1C013A

Color information

#1C013A (or 0x1C013A) is unknown color: approx Blackcurrant. HEX triplet: 1C, 01 and 3A. RGB value is (28,1,58). Sum of RGB (Red+Green+Blue) = 28+1+58=87 (11% of max value = 765). Red value is 28 (11.33% from 255 or 32.18% from 87); Green value is 1 (0.78% from 255 or 1.15% from 87); Blue value is 58 (23.05% from 255 or 66.67% from 87); Max value from RGB is 58 - color contains mainly: blue. Hex color #1C013A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C013A is #E3FEC5. Grayscale: #0F0F0F. Windows color (decimal): -14941894 or 3801372. OLE color: 3801372.

HSL color Cylindrical-coordinate representation of color #1C013A: hue angle of 268.42º 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 #1C013A is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB28158-
CMYK0.520.9800.77
HSL268.42º96.61%11.57%-
HSV(B)268.42º98.28%22.75%-
XYZ1.250.574.05-
YUV15.57151.95136.87-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 32.18%
GREEN value IS 1 (0.78% from 255) = 1.15%
BLUE value IS 58 (23.05% from 255) = 66.67%
R=32.18%
G=1.15%
B=66.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal281580.520.9800.77268.4296.6111.57
Hex1C13A346204D10c61c
Octal3417264142011541414114
Binary11100111101011010011000100100110110000110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C013A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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