Html Css Color HEX #1E1123 Blackcurrant

📋 copy color: '#1E1123'

red 30 ◦ green 17 ◦ blue 35

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

Shades of Blackcurrant #1E1123

Tints of Blackcurrant #1E1123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 42.68%

R = 36.59%
G = 20.73%
B = 42.68%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#1E1123 (or 0x1E1123) is known color: Blackcurrant. HEX triplet: 1E, 11 and 23. RGB value is (30,17,35). Sum of RGB (Red+Green+Blue) = 30+17+35=82 (10% of max value = 765). Red value is 30 (12.11% from 255 or 36.59% from 82); Green value is 17 (7.03% from 255 or 20.73% from 82); Blue value is 35 (14.06% from 255 or 42.68% from 82); Max value from RGB is 35 - color contains mainly: blue. Hex color #1E1123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1123 is #E1EEDC. Grayscale: #161616. Windows color (decimal): -14806749 or 2298142. OLE color: 2298142.

HSL color Cylindrical-coordinate representation of color #1E1123: hue angle of 283.33º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1E1123 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 30 17 35 -
CMYK 0.14 0.51 0 0.86
HSL 283.33º 0.35% 0.1% -
HSV(B) 283.33º 0.51% 0.14% -
XYZ 1.04 0.8 1.69 -
YUV 22.94 134.81 133.04 -
System Red Green Blue C M Y K H S L
Decimal 30 17 35 0.14 0.51 0 0.86 283.33 0.35 0.1
Hex 1E 11 23 E 33 0 56 11B 23 A
Octal 36 21 43 16 63 0 126 433 43 12
Binary 11110 10001 100011 1110 110011 0 1010110 100011011 100011 1010

Color Harmonies of #1E1123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1123

Black with #1E1123

Text Example


Text Example

White with #1E1123

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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