Html Css Color HEX #1E1028 Blackcurrant

📋 copy color: '#1E1028'

red 30 ◦ green 16 ◦ blue 40

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

Shades of Blackcurrant #1E1028

Tints of Blackcurrant #1E1028

RGB

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

 GREEN value IS 16 (6.64% from 255) = 18.6%

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

R = 34.88%
G = 18.6%
B = 46.51%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1E1028 (or 0x1E1028) is known color: Blackcurrant. HEX triplet: 1E, 10 and 28. RGB value is (30,16,40). Sum of RGB (Red+Green+Blue) = 30+16+40=86 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.88% from 86); Green value is 16 (6.64% from 255 or 18.60% from 86); Blue value is 40 (16.02% from 255 or 46.51% from 86); Max value from RGB is 40 - color contains mainly: blue. Hex color #1E1028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1028 is #E1EFD7. Grayscale: #161616. Windows color (decimal): -14807000 or 2625566. OLE color: 2625566.

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

Color convert

RGB 30 16 40 -
CMYK 0.25 0.60 0 0.84
HSL 275º 0.43% 0.11% -
HSV(B) 275º 0.6% 0.16% -
XYZ 1.1 0.8 2.1 -
YUV 22.92 137.64 133.05 -
System Red Green Blue C M Y K H S L
Decimal 30 16 40 0.25 0.60 0 0.84 275 0.43 0.11
Hex 1E 10 28 19 3C 0 54 113 2B B
Octal 36 20 50 31 74 0 124 423 53 13
Binary 11110 10000 101000 11001 111100 0 1010100 100010011 101011 1011

Color Harmonies of #1E1028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1028

Black with #1E1028

Text Example


Text Example

White with #1E1028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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