Html Css Color HEX #1E0429 Blackcurrant

📋 copy color: '#1E0429'

red 30 ◦ green 4 ◦ blue 41

#1E0429
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #1E0429

Tints of Blackcurrant #1E0429

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 value IS 0.27

 M value IS 0.90

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1E0429 (or 0x1E0429) is known color: 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

RGB 30 4 41 -
CMYK 0.27 0.90 0 0.84
HSL 282.16º 0.82% 0.09% -
HSV(B) 282.16º 0.9% 0.16% -
XYZ 0.98 0.52 2.15 -
YUV 15.99 142.11 137.99 -
System Red Green Blue C M Y K H S L
Decimal 30 4 41 0.27 0.90 0 0.84 282.16 0.82 0.09
Hex 1E 4 29 1B 5A 0 54 11A 52 9
Octal 36 4 51 33 132 0 124 432 122 11
Binary 11110 100 101001 11011 1011010 0 1010100 100011010 1010010 1001

Color Harmonies of #1E0429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0429

Black with #1E0429

Text Example


Text Example

White with #1E0429

Text Example


Text Example

HTML Codes & Css Web 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>