Html Css Color HEX #1E122C Blackcurrant

📋 copy color: '#1E122C'

red 30 ◦ green 18 ◦ blue 44

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

Shades of Blackcurrant #1E122C

Tints of Blackcurrant #1E122C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 19.57%

 BLUE value IS 44 (17.58% from 255) = 47.83%

R = 32.61%
G = 19.57%
B = 47.83%

CMYK

 C value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#1E122C (or 0x1E122C) is known color: Blackcurrant. HEX triplet: 1E, 12 and 2C. RGB value is (30,18,44). Sum of RGB (Red+Green+Blue) = 30+18+44=92 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.61% from 92); Green value is 18 (7.42% from 255 or 19.57% from 92); Blue value is 44 (17.58% from 255 or 47.83% from 92); Max value from RGB is 44 - color contains mainly: blue. Hex color #1E122C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E122C is #E1EDD3. Grayscale: #181818. Windows color (decimal): -14806484 or 2888222. OLE color: 2888222.

HSL color Cylindrical-coordinate representation of color #1E122C: hue angle of 267.69º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1E122C is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 30 18 44 -
CMYK 0.32 0.59 0 0.83
HSL 267.69º 0.42% 0.12% -
HSV(B) 267.69º 0.59% 0.17% -
XYZ 1.21 0.89 2.49 -
YUV 24.55 138.98 131.89 -
System Red Green Blue C M Y K H S L
Decimal 30 18 44 0.32 0.59 0 0.83 267.69 0.42 0.12
Hex 1E 12 2C 20 3B 0 53 10C 2A C
Octal 36 22 54 40 73 0 123 414 52 14
Binary 11110 10010 101100 100000 111011 0 1010011 100001100 101010 1100

Color Harmonies of #1E122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E122C

Black with #1E122C

Text Example


Text Example

White with #1E122C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,18,44); }

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

background-color css

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

 a { background-color: rgb(30,18,44); }

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

border-color css

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

 span { border-color: rgb(30,18,44); }

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