Html Css Color HEX #1F0718 Melanzane

📋 copy color: '#1F0718'

red 31 ◦ green 7 ◦ blue 24

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

Shades of Melanzane #1F0718

Tints of Melanzane #1F0718

RGB

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

 GREEN value IS 7 (3.13% from 255) = 11.29%

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

R = 50%
G = 11.29%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.88

RGB Variations

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

Color information

#1F0718 (or 0x1F0718) is known color: Melanzane. HEX triplet: 1F, 07 and 18. RGB value is (31,7,24). Sum of RGB (Red+Green+Blue) = 31+7+24=62 (8% of max value = 765). Red value is 31 (12.5% from 255 or 50% from 62); Green value is 7 (3.12% from 255 or 11.29% from 62); Blue value is 24 (9.77% from 255 or 38.71% from 62); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0718 is #E0F8E7. Grayscale: #101010. Windows color (decimal): -14743784 or 1574687. OLE color: 1574687.

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

Color convert

RGB 31 7 24 -
CMYK 0 0.77 0.23 0.88
HSL 317.5º 0.63% 0.07% -
HSV(B) 317.5º 0.77% 0.12% -
XYZ 0.81 0.51 0.92 -
YUV 16.11 132.45 138.62 -
System Red Green Blue C M Y K H S L
Decimal 31 7 24 0 0.77 0.23 0.88 317.5 0.63 0.07
Hex 1F 7 18 0 4D 17 58 13E 3F 7
Octal 37 7 30 0 115 27 130 476 77 7
Binary 11111 111 11000 0 1001101 10111 1011000 100111110 111111 111

Color Harmonies of #1F0718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0718

Black with #1F0718

Text Example


Text Example

White with #1F0718

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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