Html Css Color HEX #1F0418 Melanzane

📋 copy color: '#1F0418'

red 31 ◦ green 4 ◦ blue 24

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

Shades of Melanzane #1F0418

Tints of Melanzane #1F0418

RGB

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

 GREEN value IS 4 (1.95% from 255) = 6.78%

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

R = 52.54%
G = 6.78%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.88

RGB Variations

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

Color information

#1F0418 (or 0x1F0418) is known color: Melanzane. HEX triplet: 1F, 04 and 18. RGB value is (31,4,24). Sum of RGB (Red+Green+Blue) = 31+4+24=59 (7% of max value = 765). Red value is 31 (12.5% from 255 or 52.54% from 59); Green value is 4 (1.95% from 255 or 6.78% from 59); Blue value is 24 (9.77% from 255 or 40.68% from 59); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0418 is #E0FBE7. Grayscale: #0E0E0E. Windows color (decimal): -14744552 or 1573919. OLE color: 1573919.

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

Color convert

RGB 31 4 24 -
CMYK 0 0.87 0.23 0.88
HSL 315.56º 0.77% 0.07% -
HSV(B) 315.56º 0.87% 0.12% -
XYZ 0.77 0.44 0.91 -
YUV 14.35 133.45 139.87 -
System Red Green Blue C M Y K H S L
Decimal 31 4 24 0 0.87 0.23 0.88 315.56 0.77 0.07
Hex 1F 4 18 0 57 17 58 13C 4D 7
Octal 37 4 30 0 127 27 130 474 115 7
Binary 11111 100 11000 0 1010111 10111 1011000 100111100 1001101 111

Color Harmonies of #1F0418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0418

Black with #1F0418

Text Example


Text Example

White with #1F0418

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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