Html Css Color HEX #1E1824 Blackcurrant

📋 copy color: '#1E1824'

red 30 ◦ green 24 ◦ blue 36

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

Shades of Blackcurrant #1E1824

Tints of Blackcurrant #1E1824

RGB

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

 GREEN value IS 24 (9.77% from 255) = 26.67%

 BLUE value IS 36 (14.45% from 255) = 40%

R = 33.33%
G = 26.67%
B = 40%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#1E1824 (or 0x1E1824) is known color: Blackcurrant. HEX triplet: 1E, 18 and 24. RGB value is (30,24,36). Sum of RGB (Red+Green+Blue) = 30+24+36=90 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.33% from 90); Green value is 24 (9.77% from 255 or 26.67% from 90); Blue value is 36 (14.45% from 255 or 40% from 90); Max value from RGB is 36 - color contains mainly: blue. Hex color #1E1824 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1824 is #E1E7DB. Grayscale: #1B1B1B. Windows color (decimal): -14804956 or 2365470. OLE color: 2365470.

HSL color Cylindrical-coordinate representation of color #1E1824: hue angle of 270º degrees, saturation: 0.2, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1E1824 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 30 24 36 -
CMYK 0.17 0.33 0 0.86
HSL 270º 0.2% 0.12% -
HSV(B) 270º 0.33% 0.14% -
XYZ 1.18 1.06 1.81 -
YUV 27.16 132.99 130.02 -
System Red Green Blue C M Y K H S L
Decimal 30 24 36 0.17 0.33 0 0.86 270 0.2 0.12
Hex 1E 18 24 11 21 0 56 10E 14 C
Octal 36 30 44 21 41 0 126 416 24 14
Binary 11110 11000 100100 10001 100001 0 1010110 100001110 10100 1100

Color Harmonies of #1E1824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1824

Black with #1E1824

Text Example


Text Example

White with #1E1824

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,24,36); }

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

background-color css

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

 a { background-color: rgb(30,24,36); }

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

border-color css

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

 span { border-color: rgb(30,24,36); }

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