Html Css Color HEX #1E1429 Blackcurrant

📋 copy color: '#1E1429'

red 30 ◦ green 20 ◦ blue 41

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

Shades of Blackcurrant #1E1429

Tints of Blackcurrant #1E1429

RGB

 RED value IS 30 (12.11% from 255) = 32.97%

 GREEN value IS 20 (8.2% from 255) = 21.98%

 BLUE value IS 41 (16.41% from 255) = 45.05%

R = 32.97%
G = 21.98%
B = 45.05%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1E1429 (or 0x1E1429) is known color: Blackcurrant. HEX triplet: 1E, 14 and 29. RGB value is (30,20,41). Sum of RGB (Red+Green+Blue) = 30+20+41=91 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.97% from 91); Green value is 20 (8.20% from 255 or 21.98% from 91); Blue value is 41 (16.41% from 255 or 45.05% from 91); Max value from RGB is 41 - color contains mainly: blue. Hex color #1E1429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1429 is #E1EBD6. Grayscale: #191919. Windows color (decimal): -14805975 or 2692126. OLE color: 2692126.

HSL color Cylindrical-coordinate representation of color #1E1429: hue angle of 268.57º degrees, saturation: 0.34, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1E1429 is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 30 20 41 -
CMYK 0.27 0.51 0 0.84
HSL 268.57º 0.34% 0.12% -
HSV(B) 268.57º 0.51% 0.16% -
XYZ 1.19 0.94 2.22 -
YUV 25.38 136.81 131.29 -
System Red Green Blue C M Y K H S L
Decimal 30 20 41 0.27 0.51 0 0.84 268.57 0.34 0.12
Hex 1E 14 29 1B 33 0 54 10D 22 C
Octal 36 24 51 33 63 0 124 415 42 14
Binary 11110 10100 101001 11011 110011 0 1010100 100001101 100010 1100

Color Harmonies of #1E1429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1429

Black with #1E1429

Text Example


Text Example

White with #1E1429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E1429;
 }
 .AnyTagClassName
 {
   color: #1E1429;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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