Html Css Color HEX #1E081A Melanzane

📋 copy color: '#1E081A'

red 30 ◦ green 8 ◦ blue 26

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

Shades of Melanzane #1E081A

Tints of Melanzane #1E081A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 12.5%

 BLUE value IS 26 (10.55% from 255) = 40.63%

R = 46.88%
G = 12.5%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.13

 K value IS 0.88

RGB Variations

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

Color information

#1E081A (or 0x1E081A) is known color: Melanzane. HEX triplet: 1E, 08 and 1A. RGB value is (30,8,26). Sum of RGB (Red+Green+Blue) = 30+8+26=64 (8% of max value = 765). Red value is 30 (12.11% from 255 or 46.88% from 64); Green value is 8 (3.52% from 255 or 12.5% from 64); Blue value is 26 (10.55% from 255 or 40.62% from 64); Max value from RGB is 30 - color contains mainly: red. Hex color #1E081A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E081A is #E1F7E5. Grayscale: #101010. Windows color (decimal): -14809062 or 1706014. OLE color: 1706014.

HSL color Cylindrical-coordinate representation of color #1E081A: hue angle of 310.91º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E081A is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 8 26 -
CMYK 0 0.73 0.13 0.88
HSL 310.91º 0.58% 0.07% -
HSV(B) 310.91º 0.73% 0.12% -
XYZ 0.81 0.52 1.04 -
YUV 16.63 133.29 137.54 -
System Red Green Blue C M Y K H S L
Decimal 30 8 26 0 0.73 0.13 0.88 310.91 0.58 0.07
Hex 1E 8 1A 0 49 D 58 137 3A 7
Octal 36 10 32 0 111 15 130 467 72 7
Binary 11110 1000 11010 0 1001001 1101 1011000 100110111 111010 111

Color Harmonies of #1E081A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E081A

Black with #1E081A

Text Example


Text Example

White with #1E081A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,8,26); }

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

background-color css

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

 a { background-color: rgb(30,8,26); }

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

border-color css

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

 span { border-color: rgb(30,8,26); }

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