Html Css Color HEX #1E1726 Blackcurrant

📋 copy color: '#1E1726'

red 30 ◦ green 23 ◦ blue 38

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

Shades of Blackcurrant #1E1726

Tints of Blackcurrant #1E1726

RGB

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

 GREEN value IS 23 (9.38% from 255) = 25.27%

 BLUE value IS 38 (15.23% from 255) = 41.76%

R = 32.97%
G = 25.27%
B = 41.76%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1E1726 (or 0x1E1726) is known color: Blackcurrant. HEX triplet: 1E, 17 and 26. RGB value is (30,23,38). Sum of RGB (Red+Green+Blue) = 30+23+38=91 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.97% from 91); Green value is 23 (9.38% from 255 or 25.27% from 91); Blue value is 38 (15.23% from 255 or 41.76% from 91); Max value from RGB is 38 - color contains mainly: blue. Hex color #1E1726 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1726 is #E1E8D9. Grayscale: #1A1A1A. Windows color (decimal): -14805210 or 2496286. OLE color: 2496286.

HSL color Cylindrical-coordinate representation of color #1E1726: hue angle of 268º degrees, saturation: 0.25, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1E1726 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 30 23 38 -
CMYK 0.21 0.39 0 0.85
HSL 268º 0.25% 0.12% -
HSV(B) 268º 0.39% 0.15% -
XYZ 1.19 1.03 1.97 -
YUV 26.8 134.32 130.28 -
System Red Green Blue C M Y K H S L
Decimal 30 23 38 0.21 0.39 0 0.85 268 0.25 0.12
Hex 1E 17 26 15 27 0 55 10C 19 C
Octal 36 27 46 25 47 0 125 414 31 14
Binary 11110 10111 100110 10101 100111 0 1010101 100001100 11001 1100

Color Harmonies of #1E1726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1726

Black with #1E1726

Text Example


Text Example

White with #1E1726

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,23,38); }

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

background-color css

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

 a { background-color: rgb(30,23,38); }

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

border-color css

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

 span { border-color: rgb(30,23,38); }

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