#1E0530

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

Shades of Blackcurrant #1E0530

Tints of Blackcurrant #1E0530

Color information

#1E0530 (or 0x1E0530) is unknown color: approx Blackcurrant. HEX triplet: 1E, 05 and 30. RGB value is (30,5,48). Sum of RGB (Red+Green+Blue) = 30+5+48=83 (10% of max value = 765). Red value is 30 (12.11% from 255 or 36.14% from 83); Green value is 5 (2.34% from 255 or 6.02% from 83); Blue value is 48 (19.14% from 255 or 57.83% from 83); Max value from RGB is 48 - color contains mainly: blue. Hex color #1E0530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0530 is #E1FACF. Grayscale: #111111. Windows color (decimal): -14809808 or 3147038. OLE color: 3147038.

HSL color Cylindrical-coordinate representation of color #1E0530: hue angle of 274.88º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E0530 is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB30548-
CMYK0.370.9000.81
HSL274.88º81.13%10.39%-
HSV(B)274.88º89.58%18.82%-
XYZ1.120.62.85-
YUV17.38145.28137-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 36.14%
GREEN value IS 5 (2.34% from 255) = 6.02%
BLUE value IS 48 (19.14% from 255) = 57.83%
R=36.14%
G=6.02%
B=57.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal305480.370.9000.81274.8881.1310.39
Hex1E530255A05111351a
Octal3656045132012142312112
Binary1111010111000010010110110100101000110001001110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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