Html Css Color HEX #1F0918 Melanzane

📋 copy color: '#1F0918'

red 31 ◦ green 9 ◦ blue 24

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

Shades of Melanzane #1F0918

Tints of Melanzane #1F0918

RGB

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

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

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

R = 48.44%
G = 14.06%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.23

 K value IS 0.88

RGB Variations

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

Color information

#1F0918 (or 0x1F0918) is known color: Melanzane. HEX triplet: 1F, 09 and 18. RGB value is (31,9,24). Sum of RGB (Red+Green+Blue) = 31+9+24=64 (8% of max value = 765). Red value is 31 (12.5% from 255 or 48.44% from 64); Green value is 9 (3.91% from 255 or 14.06% from 64); Blue value is 24 (9.77% from 255 or 37.5% from 64); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0918 is #E0F6E7. Grayscale: #111111. Windows color (decimal): -14743272 or 1575199. OLE color: 1575199.

HSL color Cylindrical-coordinate representation of color #1F0918: hue angle of 319.09º 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 #1F0918 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 9 24 -
CMYK 0 0.71 0.23 0.88
HSL 319.09º 0.55% 0.08% -
HSV(B) 319.09º 0.71% 0.12% -
XYZ 0.83 0.55 0.93 -
YUV 17.29 131.79 137.78 -
System Red Green Blue C M Y K H S L
Decimal 31 9 24 0 0.71 0.23 0.88 319.09 0.55 0.08
Hex 1F 9 18 0 47 17 58 13F 37 8
Octal 37 11 30 0 107 27 130 477 67 10
Binary 11111 1001 11000 0 1000111 10111 1011000 100111111 110111 1000

Color Harmonies of #1F0918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0918

Black with #1F0918

Text Example


Text Example

White with #1F0918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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