#1E0435

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

Shades of Blackcurrant #1E0435

Tints of Blackcurrant #1E0435

Color information

#1E0435 (or 0x1E0435) is unknown color: approx Blackcurrant. HEX triplet: 1E, 04 and 35. RGB value is (30,4,53). Sum of RGB (Red+Green+Blue) = 30+4+53=87 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.48% from 87); Green value is 4 (1.95% from 255 or 4.60% from 87); Blue value is 53 (21.09% from 255 or 60.92% from 87); Max value from RGB is 53 - color contains mainly: blue. Hex color #1E0435 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0435 is #E1FBCA. Grayscale: #111111. Windows color (decimal): -14810059 or 3474462. OLE color: 3474462.

HSL color Cylindrical-coordinate representation of color #1E0435: hue angle of 271.84º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1E0435 is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB30453-
CMYK0.430.9200.79
HSL271.84º85.96%11.18%-
HSV(B)271.84º92.45%20.78%-
XYZ1.220.623.42-
YUV17.36148.11137.02-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 34.48%
GREEN value IS 4 (1.95% from 255) = 4.60%
BLUE value IS 53 (21.09% from 255) = 60.92%
R=34.48%
G=4.60%
B=60.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal304530.430.9200.79271.8485.9611.18
Hex1E4352B5C04F11056b
Octal3646553134011742012613
Binary1111010011010110101110111000100111110001000010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,4,53); }

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

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

 a { background-color: rgb(30,4,53); }

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

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

 span { border-color: rgb(30,4,53); }

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