Html Css Color HEX #1F0518 Melanzane

📋 copy color: '#1F0518'

red 31 ◦ green 5 ◦ blue 24

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

Shades of Melanzane #1F0518

Tints of Melanzane #1F0518

RGB

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

 GREEN value IS 5 (2.34% from 255) = 8.33%

 BLUE value IS 24 (9.77% from 255) = 40%

R = 51.67%
G = 8.33%
B = 40%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.88

RGB Variations

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

Color information

#1F0518 (or 0x1F0518) is known color: Melanzane. HEX triplet: 1F, 05 and 18. RGB value is (31,5,24). Sum of RGB (Red+Green+Blue) = 31+5+24=60 (7% of max value = 765). Red value is 31 (12.5% from 255 or 51.67% from 60); Green value is 5 (2.34% from 255 or 8.33% from 60); Blue value is 24 (9.77% from 255 or 40% from 60); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0518 is #E0FAE7. Grayscale: #0E0E0E. Windows color (decimal): -14744296 or 1574175. OLE color: 1574175.

HSL color Cylindrical-coordinate representation of color #1F0518: hue angle of 316.15º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F0518 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 5 24 -
CMYK 0 0.84 0.23 0.88
HSL 316.15º 0.72% 0.07% -
HSV(B) 316.15º 0.84% 0.12% -
XYZ 0.78 0.47 0.91 -
YUV 14.94 133.11 139.46 -
System Red Green Blue C M Y K H S L
Decimal 31 5 24 0 0.84 0.23 0.88 316.15 0.72 0.07
Hex 1F 5 18 0 54 17 58 13C 48 7
Octal 37 5 30 0 124 27 130 474 110 7
Binary 11111 101 11000 0 1010100 10111 1011000 100111100 1001000 111

Color Harmonies of #1F0518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0518

Black with #1F0518

Text Example


Text Example

White with #1F0518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,5,24); }

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

background-color css

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

 a { background-color: rgb(31,5,24); }

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

border-color css

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

 span { border-color: rgb(31,5,24); }

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