Html Css Color HEX #1F0E19 Melanzane

📋 copy color: '#1F0E19'

red 31 ◦ green 14 ◦ blue 25

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

Shades of Melanzane #1F0E19

Tints of Melanzane #1F0E19

RGB

 RED value IS 31 (12.5% from 255) = 44.29%

 GREEN value IS 14 (5.86% from 255) = 20%

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

R = 44.29%
G = 20%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.88

RGB Variations

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

Color information

#1F0E19 (or 0x1F0E19) is known color: Melanzane. HEX triplet: 1F, 0E and 19. RGB value is (31,14,25). Sum of RGB (Red+Green+Blue) = 31+14+25=70 (9% of max value = 765). Red value is 31 (12.5% from 255 or 44.29% from 70); Green value is 14 (5.86% from 255 or 20% from 70); Blue value is 25 (10.16% from 255 or 35.71% from 70); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0E19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0E19 is #E0F1E6. Grayscale: #141414. Windows color (decimal): -14741991 or 1642015. OLE color: 1642015.

HSL color Cylindrical-coordinate representation of color #1F0E19: hue angle of 321.18º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1F0E19 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 14 25 -
CMYK 0 0.55 0.19 0.88
HSL 321.18º 0.38% 0.09% -
HSV(B) 321.18º 0.55% 0.12% -
XYZ 0.9 0.68 1 -
YUV 20.34 130.63 135.61 -
System Red Green Blue C M Y K H S L
Decimal 31 14 25 0 0.55 0.19 0.88 321.18 0.38 0.09
Hex 1F E 19 0 37 13 58 141 26 9
Octal 37 16 31 0 67 23 130 501 46 11
Binary 11111 1110 11001 0 110111 10011 1011000 101000001 100110 1001

Color Harmonies of #1F0E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0E19

Black with #1F0E19

Text Example


Text Example

White with #1F0E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,14,25); }

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

background-color css

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

 a { background-color: rgb(31,14,25); }

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

border-color css

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

 span { border-color: rgb(31,14,25); }

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