Html Css Color HEX #1E022A Blackcurrant

📋 copy color: '#1E022A'

red 30 ◦ green 2 ◦ blue 42

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

Shades of Blackcurrant #1E022A

Tints of Blackcurrant #1E022A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.7%

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

R = 40.54%
G = 2.7%
B = 56.76%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1E022A (or 0x1E022A) is known color: Blackcurrant. HEX triplet: 1E, 02 and 2A. RGB value is (30,2,42). Sum of RGB (Red+Green+Blue) = 30+2+42=74 (9% of max value = 765). Red value is 30 (12.11% from 255 or 40.54% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 42 (16.80% from 255 or 56.76% from 74); Max value from RGB is 42 - color contains mainly: blue. Hex color #1E022A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E022A is #E1FDD5. Grayscale: #0E0E0E. Windows color (decimal): -14810582 or 2753054. OLE color: 2753054.

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

Color convert

RGB 30 2 42 -
CMYK 0.29 0.95 0 0.84
HSL 282º 0.91% 0.09% -
HSV(B) 282º 0.95% 0.16% -
XYZ 0.98 0.49 2.23 -
YUV 14.93 143.28 138.75 -
System Red Green Blue C M Y K H S L
Decimal 30 2 42 0.29 0.95 0 0.84 282 0.91 0.09
Hex 1E 2 2A 1D 5F 0 54 11A 5B 9
Octal 36 2 52 35 137 0 124 432 133 11
Binary 11110 10 101010 11101 1011111 0 1010100 100011010 1011011 1001

Color Harmonies of #1E022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E022A

Black with #1E022A

Text Example


Text Example

White with #1E022A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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