#1E042A

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

Shades of Blackcurrant #1E042A

Tints of Blackcurrant #1E042A

Color information

#1E042A (or 0x1E042A) is unknown color: approx Blackcurrant. HEX triplet: 1E, 04 and 2A. RGB value is (30,4,42). Sum of RGB (Red+Green+Blue) = 30+4+42=76 (10% of max value = 765). Red value is 30 (12.11% from 255 or 39.47% from 76); Green value is 4 (1.95% from 255 or 5.26% from 76); Blue value is 42 (16.80% from 255 or 55.26% from 76); Max value from RGB is 42 - color contains mainly: blue. Hex color #1E042A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E042A is #E1FBD5. Grayscale: #0F0F0F. Windows color (decimal): -14810070 or 2753566. OLE color: 2753566.

HSL color Cylindrical-coordinate representation of color #1E042A: hue angle of 281.05º degrees, saturation: 0.83, 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 #1E042A is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB30442-
CMYK0.290.9000.84
HSL281.05º82.61%9.02%-
HSV(B)281.05º90.48%16.47%-
XYZ10.532.24-
YUV16.11142.61137.91-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 39.47%
GREEN value IS 4 (1.95% from 255) = 5.26%
BLUE value IS 42 (16.80% from 255) = 55.26%
R=39.47%
G=5.26%
B=55.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal304420.290.9000.84281.0582.619.02
Hex1E42A1D5A054119539
Octal3645235132012443112311
Binary111101001010101110110110100101010010001100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E042A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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