Html Css Color HEX #1E122B Blackcurrant

📋 copy color: '#1E122B'

red 30 ◦ green 18 ◦ blue 43

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

Shades of Blackcurrant #1E122B

Tints of Blackcurrant #1E122B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 47.25%

R = 32.97%
G = 19.78%
B = 47.25%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#1E122B (or 0x1E122B) is known color: Blackcurrant. HEX triplet: 1E, 12 and 2B. RGB value is (30,18,43). Sum of RGB (Red+Green+Blue) = 30+18+43=91 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.97% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 43 (17.19% from 255 or 47.25% from 91); Max value from RGB is 43 - color contains mainly: blue. Hex color #1E122B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E122B is #E1EDD4. Grayscale: #181818. Windows color (decimal): -14806485 or 2822686. OLE color: 2822686.

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

Color convert

RGB 30 18 43 -
CMYK 0.30 0.58 0 0.83
HSL 268.8º 0.41% 0.12% -
HSV(B) 268.8º 0.58% 0.17% -
XYZ 1.19 0.88 2.39 -
YUV 24.44 138.48 131.97 -
System Red Green Blue C M Y K H S L
Decimal 30 18 43 0.30 0.58 0 0.83 268.8 0.41 0.12
Hex 1E 12 2B 1E 3A 0 53 10D 29 C
Octal 36 22 53 36 72 0 123 415 51 14
Binary 11110 10010 101011 11110 111010 0 1010011 100001101 101001 1100

Color Harmonies of #1E122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E122B

Black with #1E122B

Text Example


Text Example

White with #1E122B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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