Html Css Color HEX #1F0D19 Melanzane

📋 copy color: '#1F0D19'

red 31 ◦ green 13 ◦ blue 25

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

Shades of Melanzane #1F0D19

Tints of Melanzane #1F0D19

RGB

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

 GREEN value IS 13 (5.47% from 255) = 18.84%

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

R = 44.93%
G = 18.84%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.88

RGB Variations

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

Color information

#1F0D19 (or 0x1F0D19) is known color: Melanzane. HEX triplet: 1F, 0D and 19. RGB value is (31,13,25). Sum of RGB (Red+Green+Blue) = 31+13+25=69 (9% of max value = 765). Red value is 31 (12.5% from 255 or 44.93% from 69); Green value is 13 (5.47% from 255 or 18.84% from 69); Blue value is 25 (10.16% from 255 or 36.23% from 69); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0D19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0D19 is #E0F2E6. Grayscale: #131313. Windows color (decimal): -14742247 or 1641759. OLE color: 1641759.

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

Color convert

RGB 31 13 25 -
CMYK 0 0.58 0.19 0.88
HSL 320º 0.41% 0.09% -
HSV(B) 320º 0.58% 0.12% -
XYZ 0.88 0.65 1 -
YUV 19.75 130.96 136.02 -
System Red Green Blue C M Y K H S L
Decimal 31 13 25 0 0.58 0.19 0.88 320 0.41 0.09
Hex 1F D 19 0 3A 13 58 140 29 9
Octal 37 15 31 0 72 23 130 500 51 11
Binary 11111 1101 11001 0 111010 10011 1011000 101000000 101001 1001

Color Harmonies of #1F0D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0D19

Black with #1F0D19

Text Example


Text Example

White with #1F0D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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