Html Css Color HEX #1E1628 Blackcurrant

📋 copy color: '#1E1628'

red 30 ◦ green 22 ◦ blue 40

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

Shades of Blackcurrant #1E1628

Tints of Blackcurrant #1E1628

RGB

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

 GREEN value IS 22 (8.98% from 255) = 23.91%

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

R = 32.61%
G = 23.91%
B = 43.48%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1E1628 (or 0x1E1628) is known color: Blackcurrant. HEX triplet: 1E, 16 and 28. RGB value is (30,22,40). Sum of RGB (Red+Green+Blue) = 30+22+40=92 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.61% from 92); Green value is 22 (8.98% from 255 or 23.91% from 92); Blue value is 40 (16.02% from 255 or 43.48% from 92); Max value from RGB is 40 - color contains mainly: blue. Hex color #1E1628 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1628 is #E1E9D7. Grayscale: #1A1A1A. Windows color (decimal): -14805464 or 2627102. OLE color: 2627102.

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

Color convert

RGB 30 22 40 -
CMYK 0.25 0.45 0 0.84
HSL 266.67º 0.29% 0.12% -
HSV(B) 266.67º 0.45% 0.16% -
XYZ 1.21 1 2.14 -
YUV 26.44 135.65 130.54 -
System Red Green Blue C M Y K H S L
Decimal 30 22 40 0.25 0.45 0 0.84 266.67 0.29 0.12
Hex 1E 16 28 19 2D 0 54 10B 1D C
Octal 36 26 50 31 55 0 124 413 35 14
Binary 11110 10110 101000 11001 101101 0 1010100 100001011 11101 1100

Color Harmonies of #1E1628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1628

Black with #1E1628

Text Example


Text Example

White with #1E1628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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