Html Css Color HEX #1F0919 Melanzane

📋 copy color: '#1F0919'

red 31 ◦ green 9 ◦ blue 25

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

Shades of Melanzane #1F0919

Tints of Melanzane #1F0919

RGB

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

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

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

R = 47.69%
G = 13.85%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.19

 K value IS 0.88

RGB Variations

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

Color information

#1F0919 (or 0x1F0919) is known color: Melanzane. HEX triplet: 1F, 09 and 19. RGB value is (31,9,25). Sum of RGB (Red+Green+Blue) = 31+9+25=65 (8% of max value = 765). Red value is 31 (12.5% from 255 or 47.69% from 65); Green value is 9 (3.91% from 255 or 13.85% from 65); Blue value is 25 (10.16% from 255 or 38.46% from 65); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0919 is #E0F6E6. Grayscale: #111111. Windows color (decimal): -14743271 or 1640735. OLE color: 1640735.

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

Color convert

RGB 31 9 25 -
CMYK 0 0.71 0.19 0.88
HSL 316.36º 0.55% 0.08% -
HSV(B) 316.36º 0.71% 0.12% -
XYZ 0.84 0.56 0.98 -
YUV 17.4 132.29 137.7 -
System Red Green Blue C M Y K H S L
Decimal 31 9 25 0 0.71 0.19 0.88 316.36 0.55 0.08
Hex 1F 9 19 0 47 13 58 13C 37 8
Octal 37 11 31 0 107 23 130 474 67 10
Binary 11111 1001 11001 0 1000111 10011 1011000 100111100 110111 1000

Color Harmonies of #1F0919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0919

Black with #1F0919

Text Example


Text Example

White with #1F0919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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