Html Css Color HEX #1E1126 Blackcurrant

📋 copy color: '#1E1126'

red 30 ◦ green 17 ◦ blue 38

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

Shades of Blackcurrant #1E1126

Tints of Blackcurrant #1E1126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 44.71%

R = 35.29%
G = 20%
B = 44.71%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1E1126 (or 0x1E1126) is known color: Blackcurrant. HEX triplet: 1E, 11 and 26. RGB value is (30,17,38). Sum of RGB (Red+Green+Blue) = 30+17+38=85 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.29% from 85); Green value is 17 (7.03% from 255 or 20% from 85); Blue value is 38 (15.23% from 255 or 44.71% from 85); Max value from RGB is 38 - color contains mainly: blue. Hex color #1E1126 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1126 is #E1EED9. Grayscale: #171717. Windows color (decimal): -14806746 or 2494750. OLE color: 2494750.

HSL color Cylindrical-coordinate representation of color #1E1126: hue angle of 277.14º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1E1126 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 30 17 38 -
CMYK 0.21 0.55 0 0.85
HSL 277.14º 0.38% 0.11% -
HSV(B) 277.14º 0.55% 0.15% -
XYZ 1.09 0.82 1.93 -
YUV 23.28 136.31 132.79 -
System Red Green Blue C M Y K H S L
Decimal 30 17 38 0.21 0.55 0 0.85 277.14 0.38 0.11
Hex 1E 11 26 15 37 0 55 115 26 B
Octal 36 21 46 25 67 0 125 425 46 13
Binary 11110 10001 100110 10101 110111 0 1010101 100010101 100110 1011

Color Harmonies of #1E1126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1126

Black with #1E1126

Text Example


Text Example

White with #1E1126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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