Html Css Color HEX #1F1019 Melanzane

📋 copy color: '#1F1019'

red 31 ◦ green 16 ◦ blue 25

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

Shades of Melanzane #1F1019

Tints of Melanzane #1F1019

RGB

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

 GREEN value IS 16 (6.64% from 255) = 22.22%

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

R = 43.06%
G = 22.22%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.88

RGB Variations

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

Color information

#1F1019 (or 0x1F1019) is known color: Melanzane. HEX triplet: 1F, 10 and 19. RGB value is (31,16,25). Sum of RGB (Red+Green+Blue) = 31+16+25=72 (9% of max value = 765). Red value is 31 (12.5% from 255 or 43.06% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 25 (10.16% from 255 or 34.72% from 72); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1019 is #E0EFE6. Grayscale: #151515. Windows color (decimal): -14741479 or 1642527. OLE color: 1642527.

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

Color convert

RGB 31 16 25 -
CMYK 0 0.48 0.19 0.88
HSL 324º 0.32% 0.09% -
HSV(B) 324º 0.48% 0.12% -
XYZ 0.93 0.73 1.01 -
YUV 21.51 129.97 134.77 -
System Red Green Blue C M Y K H S L
Decimal 31 16 25 0 0.48 0.19 0.88 324 0.32 0.09
Hex 1F 10 19 0 30 13 58 144 20 9
Octal 37 20 31 0 60 23 130 504 40 11
Binary 11111 10000 11001 0 110000 10011 1011000 101000100 100000 1001

Color Harmonies of #1F1019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1019

Black with #1F1019

Text Example


Text Example

White with #1F1019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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