#1E0429

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

Shades of Blackcurrant #1E0429

Tints of Blackcurrant #1E0429

Color information

#1E0429 (or 0x1E0429) is unknown color: approx Blackcurrant. HEX triplet: 1E, 04 and 29. RGB value is (30,4,41). Sum of RGB (Red+Green+Blue) = 30+4+41=75 (9% of max value = 765). Red value is 30 (12.11% from 255 or 40% from 75); Green value is 4 (1.95% from 255 or 5.33% from 75); Blue value is 41 (16.41% from 255 or 54.67% from 75); Max value from RGB is 41 - color contains mainly: blue. Hex color #1E0429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0429 is #E1FBD6. Grayscale: #0F0F0F. Windows color (decimal): -14810071 or 2688030. OLE color: 2688030.

HSL color Cylindrical-coordinate representation of color #1E0429: hue angle of 282.16º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E0429 is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB30441-
CMYK0.270.9000.84
HSL282.16º82.22%8.82%-
HSV(B)282.16º90.24%16.08%-
XYZ0.980.522.15-
YUV15.99142.11137.99-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 40%
GREEN value IS 4 (1.95% from 255) = 5.33%
BLUE value IS 41 (16.41% from 255) = 54.67%
R=40%
G=5.33%
B=54.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal304410.270.9000.84282.1682.228.82
Hex1E4291B5A05411a529
Octal3645133132012443212211
Binary111101001010011101110110100101010010001101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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