Html Css Color HEX #1F131B Melanzane

📋 copy color: '#1F131B'

red 31 ◦ green 19 ◦ blue 27

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

Shades of Melanzane #1F131B

Tints of Melanzane #1F131B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 24.68%

 BLUE value IS 27 (10.94% from 255) = 35.06%

R = 40.26%
G = 24.68%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.13

 K value IS 0.88

RGB Variations

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

Color information

#1F131B (or 0x1F131B) is known color: Melanzane. HEX triplet: 1F, 13 and 1B. RGB value is (31,19,27). Sum of RGB (Red+Green+Blue) = 31+19+27=77 (10% of max value = 765). Red value is 31 (12.5% from 255 or 40.26% from 77); Green value is 19 (7.81% from 255 or 24.68% from 77); Blue value is 27 (10.94% from 255 or 35.06% from 77); Max value from RGB is 31 - color contains mainly: red. Hex color #1F131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F131B is #E0ECE4. Grayscale: #171717. Windows color (decimal): -14740709 or 1774367. OLE color: 1774367.

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

Color convert

RGB 31 19 27 -
CMYK 0 0.39 0.13 0.88
HSL 320º 0.24% 0.1% -
HSV(B) 320º 0.39% 0.12% -
XYZ 1 0.84 1.15 -
YUV 23.5 129.98 133.35 -
System Red Green Blue C M Y K H S L
Decimal 31 19 27 0 0.39 0.13 0.88 320 0.24 0.1
Hex 1F 13 1B 0 27 D 58 140 18 A
Octal 37 23 33 0 47 15 130 500 30 12
Binary 11111 10011 11011 0 100111 1101 1011000 101000000 11000 1010

Color Harmonies of #1F131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F131B

Black with #1F131B

Text Example


Text Example

White with #1F131B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,19,27); }

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

background-color css

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

 a { background-color: rgb(31,19,27); }

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

border-color css

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

 span { border-color: rgb(31,19,27); }

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