Html Css Color HEX #1E0917 Melanzane

📋 copy color: '#1E0917'

red 30 ◦ green 9 ◦ blue 23

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

Shades of Melanzane #1E0917

Tints of Melanzane #1E0917

RGB

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

 GREEN value IS 9 (3.91% from 255) = 14.52%

 BLUE value IS 23 (9.38% from 255) = 37.1%

R = 48.39%
G = 14.52%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.88

RGB Variations

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

Color information

#1E0917 (or 0x1E0917) is known color: Melanzane. HEX triplet: 1E, 09 and 17. RGB value is (30,9,23). Sum of RGB (Red+Green+Blue) = 30+9+23=62 (8% of max value = 765). Red value is 30 (12.11% from 255 or 48.39% from 62); Green value is 9 (3.91% from 255 or 14.52% from 62); Blue value is 23 (9.38% from 255 or 37.10% from 62); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0917 is #E1F6E8. Grayscale: #101010. Windows color (decimal): -14808809 or 1509662. OLE color: 1509662.

HSL color Cylindrical-coordinate representation of color #1E0917: hue angle of 320º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E0917 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 9 23 -
CMYK 0 0.70 0.23 0.88
HSL 320º 0.54% 0.08% -
HSV(B) 320º 0.7% 0.12% -
XYZ 0.79 0.53 0.87 -
YUV 16.88 131.46 137.36 -
System Red Green Blue C M Y K H S L
Decimal 30 9 23 0 0.70 0.23 0.88 320 0.54 0.08
Hex 1E 9 17 0 46 17 58 140 36 8
Octal 36 11 27 0 106 27 130 500 66 10
Binary 11110 1001 10111 0 1000110 10111 1011000 101000000 110110 1000

Color Harmonies of #1E0917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0917

Black with #1E0917

Text Example


Text Example

White with #1E0917

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,9,23); }

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

background-color css

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

 a { background-color: rgb(30,9,23); }

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

border-color css

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

 span { border-color: rgb(30,9,23); }

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