Html Css Color HEX #1E0819 Melanzane

📋 copy color: '#1E0819'

red 30 ◦ green 8 ◦ blue 25

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

Shades of Melanzane #1E0819

Tints of Melanzane #1E0819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 39.68%

R = 47.62%
G = 12.7%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.88

RGB Variations

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

Color information

#1E0819 (or 0x1E0819) is known color: Melanzane. HEX triplet: 1E, 08 and 19. RGB value is (30,8,25). Sum of RGB (Red+Green+Blue) = 30+8+25=63 (8% of max value = 765). Red value is 30 (12.11% from 255 or 47.62% from 63); Green value is 8 (3.52% from 255 or 12.70% from 63); Blue value is 25 (10.16% from 255 or 39.68% from 63); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0819 is #E1F7E6. Grayscale: #101010. Windows color (decimal): -14809063 or 1640478. OLE color: 1640478.

HSL color Cylindrical-coordinate representation of color #1E0819: hue angle of 313.64º 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 #1E0819 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 8 25 -
CMYK 0 0.73 0.17 0.88
HSL 313.64º 0.58% 0.07% -
HSV(B) 313.64º 0.73% 0.12% -
XYZ 0.8 0.52 0.98 -
YUV 16.52 132.79 137.62 -
System Red Green Blue C M Y K H S L
Decimal 30 8 25 0 0.73 0.17 0.88 313.64 0.58 0.07
Hex 1E 8 19 0 49 11 58 13A 3A 7
Octal 36 10 31 0 111 21 130 472 72 7
Binary 11110 1000 11001 0 1001001 10001 1011000 100111010 111010 111

Color Harmonies of #1E0819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0819

Black with #1E0819

Text Example


Text Example

White with #1E0819

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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