Html Css Color HEX #1E1728 Blackcurrant

📋 copy color: '#1E1728'

red 30 ◦ green 23 ◦ blue 40

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

Shades of Blackcurrant #1E1728

Tints of Blackcurrant #1E1728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 43.01%

R = 32.26%
G = 24.73%
B = 43.01%

CMYK

 C value IS 0.25

 M value IS 0.43

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1E1728 (or 0x1E1728) is known color: Blackcurrant. HEX triplet: 1E, 17 and 28. RGB value is (30,23,40). Sum of RGB (Red+Green+Blue) = 30+23+40=93 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.26% from 93); Green value is 23 (9.38% from 255 or 24.73% from 93); Blue value is 40 (16.02% from 255 or 43.01% from 93); Max value from RGB is 40 - color contains mainly: blue. Hex color #1E1728 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1728 is #E1E8D7. Grayscale: #1A1A1A. Windows color (decimal): -14805208 or 2627358. OLE color: 2627358.

HSL color Cylindrical-coordinate representation of color #1E1728: hue angle of 264.71º degrees, saturation: 0.27, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1E1728 is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 30 23 40 -
CMYK 0.25 0.43 0 0.84
HSL 264.71º 0.27% 0.12% -
HSV(B) 264.71º 0.43% 0.16% -
XYZ 1.22 1.04 2.14 -
YUV 27.03 135.32 130.12 -
System Red Green Blue C M Y K H S L
Decimal 30 23 40 0.25 0.43 0 0.84 264.71 0.27 0.12
Hex 1E 17 28 19 2B 0 54 109 1B C
Octal 36 27 50 31 53 0 124 411 33 14
Binary 11110 10111 101000 11001 101011 0 1010100 100001001 11011 1100

Color Harmonies of #1E1728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1728

Black with #1E1728

Text Example


Text Example

White with #1E1728

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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