#1E023A

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

Shades of Blackcurrant #1E023A

Tints of Blackcurrant #1E023A

Color information

#1E023A (or 0x1E023A) is unknown color: approx Blackcurrant. HEX triplet: 1E, 02 and 3A. RGB value is (30,2,58). Sum of RGB (Red+Green+Blue) = 30+2+58=90 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.33% from 90); Green value is 2 (1.17% from 255 or 2.22% from 90); Blue value is 58 (23.05% from 255 or 64.44% from 90); Max value from RGB is 58 - color contains mainly: blue. Hex color #1E023A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E023A is #E1FDC5. Grayscale: #101010. Windows color (decimal): -14810566 or 3801630. OLE color: 3801630.

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

Color convert

RGB30258-
CMYK0.480.9700.77
HSL270º93.33%11.76%-
HSV(B)270º96.55%22.75%-
XYZ1.320.624.05-
YUV16.76151.28137.45-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 33.33%
GREEN value IS 2 (1.17% from 255) = 2.22%
BLUE value IS 58 (23.05% from 255) = 64.44%
R=33.33%
G=2.22%
B=64.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal302580.480.9700.7727093.3311.76
Hex1E23A306104D10e5dc
Octal3627260141011541613514
Binary111101011101011000011000010100110110000111010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E023A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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