Html Css Color HEX #1E0318 Melanzane

📋 copy color: '#1E0318'

red 30 ◦ green 3 ◦ blue 24

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

Shades of Melanzane #1E0318

Tints of Melanzane #1E0318

RGB

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

 GREEN value IS 3 (1.56% from 255) = 5.26%

 BLUE value IS 24 (9.77% from 255) = 42.11%

R = 52.63%
G = 5.26%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.88

RGB Variations

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

Color information

#1E0318 (or 0x1E0318) is known color: Melanzane. HEX triplet: 1E, 03 and 18. RGB value is (30,3,24). Sum of RGB (Red+Green+Blue) = 30+3+24=57 (7% of max value = 765). Red value is 30 (12.11% from 255 or 52.63% from 57); Green value is 3 (1.56% from 255 or 5.26% from 57); Blue value is 24 (9.77% from 255 or 42.11% from 57); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0318 is #E1FCE7. Grayscale: #0D0D0D. Windows color (decimal): -14810344 or 1573662. OLE color: 1573662.

HSL color Cylindrical-coordinate representation of color #1E0318: hue angle of 313.33º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E0318 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 3 24 -
CMYK 0 0.90 0.20 0.88
HSL 313.33º 0.82% 0.06% -
HSV(B) 313.33º 0.9% 0.12% -
XYZ 0.73 0.41 0.9 -
YUV 13.47 133.95 139.79 -
System Red Green Blue C M Y K H S L
Decimal 30 3 24 0 0.90 0.20 0.88 313.33 0.82 0.06
Hex 1E 3 18 0 5A 14 58 139 52 6
Octal 36 3 30 0 132 24 130 471 122 6
Binary 11110 11 11000 0 1011010 10100 1011000 100111001 1010010 110

Color Harmonies of #1E0318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0318

Black with #1E0318

Text Example


Text Example

White with #1E0318

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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