Html Css Color HEX #1E142A Blackcurrant

📋 copy color: '#1E142A'

red 30 ◦ green 20 ◦ blue 42

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

Shades of Blackcurrant #1E142A

Tints of Blackcurrant #1E142A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 45.65%

R = 32.61%
G = 21.74%
B = 45.65%

CMYK

 C value IS 0.29

 M value IS 0.52

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1E142A (or 0x1E142A) is known color: Blackcurrant. HEX triplet: 1E, 14 and 2A. RGB value is (30,20,42). Sum of RGB (Red+Green+Blue) = 30+20+42=92 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.61% from 92); Green value is 20 (8.20% from 255 or 21.74% from 92); Blue value is 42 (16.80% from 255 or 45.65% from 92); Max value from RGB is 42 - color contains mainly: blue. Hex color #1E142A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E142A is #E1EBD5. Grayscale: #191919. Windows color (decimal): -14805974 or 2757662. OLE color: 2757662.

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

Color convert

RGB 30 20 42 -
CMYK 0.29 0.52 0 0.84
HSL 267.27º 0.35% 0.12% -
HSV(B) 267.27º 0.52% 0.16% -
XYZ 1.2 0.94 2.31 -
YUV 25.5 137.31 131.21 -
System Red Green Blue C M Y K H S L
Decimal 30 20 42 0.29 0.52 0 0.84 267.27 0.35 0.12
Hex 1E 14 2A 1D 34 0 54 10B 23 C
Octal 36 24 52 35 64 0 124 413 43 14
Binary 11110 10100 101010 11101 110100 0 1010100 100001011 100011 1100

Color Harmonies of #1E142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E142A

Black with #1E142A

Text Example


Text Example

White with #1E142A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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