Html Css Color HEX #1E1128 Blackcurrant

📋 copy color: '#1E1128'

red 30 ◦ green 17 ◦ blue 40

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

Shades of Blackcurrant #1E1128

Tints of Blackcurrant #1E1128

RGB

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

 GREEN value IS 17 (7.03% from 255) = 19.54%

 BLUE value IS 40 (16.02% from 255) = 45.98%

R = 34.48%
G = 19.54%
B = 45.98%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1E1128 (or 0x1E1128) is known color: Blackcurrant. HEX triplet: 1E, 11 and 28. RGB value is (30,17,40). Sum of RGB (Red+Green+Blue) = 30+17+40=87 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.48% from 87); Green value is 17 (7.03% from 255 or 19.54% from 87); Blue value is 40 (16.02% from 255 or 45.98% from 87); Max value from RGB is 40 - color contains mainly: blue. Hex color #1E1128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1128 is #E1EED7. Grayscale: #171717. Windows color (decimal): -14806744 or 2625822. OLE color: 2625822.

HSL color Cylindrical-coordinate representation of color #1E1128: hue angle of 273.91º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1E1128 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 30 17 40 -
CMYK 0.25 0.57 0 0.84
HSL 273.91º 0.4% 0.11% -
HSV(B) 273.91º 0.58% 0.16% -
XYZ 1.12 0.83 2.11 -
YUV 23.51 137.31 132.63 -
System Red Green Blue C M Y K H S L
Decimal 30 17 40 0.25 0.57 0 0.84 273.91 0.4 0.11
Hex 1E 11 28 19 39 0 54 112 28 B
Octal 36 21 50 31 71 0 124 422 50 13
Binary 11110 10001 101000 11001 111001 0 1010100 100010010 101000 1011

Color Harmonies of #1E1128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1128

Black with #1E1128

Text Example


Text Example

White with #1E1128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,17,40); }

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

background-color css

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

 a { background-color: rgb(30,17,40); }

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

border-color css

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

 span { border-color: rgb(30,17,40); }

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