#1E132C

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

Shades of Blackcurrant #1E132C

Tints of Blackcurrant #1E132C

Color information

#1E132C (or 0x1E132C) is unknown color: approx Blackcurrant. HEX triplet: 1E, 13 and 2C. RGB value is (30,19,44). Sum of RGB (Red+Green+Blue) = 30+19+44=93 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.26% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 44 (17.58% from 255 or 47.31% from 93); Max value from RGB is 44 - color contains mainly: blue. Hex color #1E132C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E132C is #E1ECD3. Grayscale: #191919. Windows color (decimal): -14806228 or 2888478. OLE color: 2888478.

HSL color Cylindrical-coordinate representation of color #1E132C: hue angle of 266.4º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1E132C is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB301944-
CMYK0.320.5700.83
HSL266.4º39.68%12.35%-
HSV(B)266.4º56.82%17.25%-
XYZ1.220.922.5-
YUV25.14138.64131.47-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 32.26%
GREEN value IS 19 (7.81% from 255) = 20.43%
BLUE value IS 44 (17.58% from 255) = 47.31%
R=32.26%
G=20.43%
B=47.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3019440.320.5700.83266.439.6812.35
Hex1E132C203905310a28c
Octal362354407101234125014
Binary1111010011101100100000111001010100111000010101010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E132C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,19,44); }

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

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

 a { background-color: rgb(30,19,44); }

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

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

 span { border-color: rgb(30,19,44); }

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