#1E053A

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

Shades of Blackcurrant #1E053A

Tints of Blackcurrant #1E053A

Color information

#1E053A (or 0x1E053A) is unknown color: approx Blackcurrant. HEX triplet: 1E, 05 and 3A. RGB value is (30,5,58). Sum of RGB (Red+Green+Blue) = 30+5+58=93 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.26% from 93); Green value is 5 (2.34% from 255 or 5.38% from 93); Blue value is 58 (23.05% from 255 or 62.37% from 93); Max value from RGB is 58 - color contains mainly: blue. Hex color #1E053A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E053A is #E1FAC5. Grayscale: #121212. Windows color (decimal): -14809798 or 3802398. OLE color: 3802398.

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

Color convert

RGB30558-
CMYK0.480.9100.77
HSL268.3º84.13%12.35%-
HSV(B)268.3º91.38%22.75%-
XYZ1.350.694.06-
YUV18.52150.28136.19-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 32.26%
GREEN value IS 5 (2.34% from 255) = 5.38%
BLUE value IS 58 (23.05% from 255) = 62.37%
R=32.26%
G=5.38%
B=62.37%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal305580.480.9100.77268.384.1312.35
Hex1E53A305B04D10c54c
Octal3657260133011541412414
Binary1111010111101011000010110110100110110000110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,5,58); }

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

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

 a { background-color: rgb(30,5,58); }

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

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

 span { border-color: rgb(30,5,58); }

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