Html Css Color HEX #1E1223 Blackcurrant

📋 copy color: '#1E1223'

red 30 ◦ green 18 ◦ blue 35

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

Shades of Blackcurrant #1E1223

Tints of Blackcurrant #1E1223

RGB

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

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

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

R = 36.14%
G = 21.69%
B = 42.17%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#1E1223 (or 0x1E1223) is known color: Blackcurrant. HEX triplet: 1E, 12 and 23. RGB value is (30,18,35). Sum of RGB (Red+Green+Blue) = 30+18+35=83 (10% of max value = 765). Red value is 30 (12.11% from 255 or 36.14% from 83); Green value is 18 (7.42% from 255 or 21.69% from 83); Blue value is 35 (14.06% from 255 or 42.17% from 83); Max value from RGB is 35 - color contains mainly: blue. Hex color #1E1223 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1223 is #E1EDDC. Grayscale: #171717. Windows color (decimal): -14806493 or 2298398. OLE color: 2298398.

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

Color convert

RGB 30 18 35 -
CMYK 0.14 0.49 0 0.86
HSL 282.35º 0.32% 0.1% -
HSV(B) 282.35º 0.49% 0.14% -
XYZ 1.06 0.83 1.69 -
YUV 23.53 134.48 132.62 -
System Red Green Blue C M Y K H S L
Decimal 30 18 35 0.14 0.49 0 0.86 282.35 0.32 0.1
Hex 1E 12 23 E 31 0 56 11A 20 A
Octal 36 22 43 16 61 0 126 432 40 12
Binary 11110 10010 100011 1110 110001 0 1010110 100011010 100000 1010

Color Harmonies of #1E1223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1223

Black with #1E1223

Text Example


Text Example

White with #1E1223

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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