Html Css Color HEX #1E112E Blackcurrant

📋 copy color: '#1E112E'

red 30 ◦ green 17 ◦ blue 46

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

Shades of Blackcurrant #1E112E

Tints of Blackcurrant #1E112E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 49.46%

R = 32.26%
G = 18.28%
B = 49.46%

CMYK

 C value IS 0.35

 M value IS 0.63

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#1E112E (or 0x1E112E) is known color: Blackcurrant. HEX triplet: 1E, 11 and 2E. RGB value is (30,17,46). Sum of RGB (Red+Green+Blue) = 30+17+46=93 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.26% from 93); Green value is 17 (7.03% from 255 or 18.28% from 93); Blue value is 46 (18.36% from 255 or 49.46% from 93); Max value from RGB is 46 - color contains mainly: blue. Hex color #1E112E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E112E is #E1EED1. Grayscale: #181818. Windows color (decimal): -14806738 or 3019038. OLE color: 3019038.

HSL color Cylindrical-coordinate representation of color #1E112E: hue angle of 266.9º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1E112E is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 30 17 46 -
CMYK 0.35 0.63 0 0.82
HSL 266.9º 0.46% 0.12% -
HSV(B) 266.9º 0.63% 0.18% -
XYZ 1.23 0.87 2.69 -
YUV 24.19 140.31 132.14 -
System Red Green Blue C M Y K H S L
Decimal 30 17 46 0.35 0.63 0 0.82 266.9 0.46 0.12
Hex 1E 11 2E 23 3F 0 52 10B 2E C
Octal 36 21 56 43 77 0 122 413 56 14
Binary 11110 10001 101110 100011 111111 0 1010010 100001011 101110 1100

Color Harmonies of #1E112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E112E

Black with #1E112E

Text Example


Text Example

White with #1E112E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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