Html Css Color HEX #1F1A1E Melanzane

📋 copy color: '#1F1A1E'

red 31 ◦ green 26 ◦ blue 30

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

Shades of Melanzane #1F1A1E

Tints of Melanzane #1F1A1E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 29.89%

 BLUE value IS 30 (12.11% from 255) = 34.48%

R = 35.63%
G = 29.89%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.88

RGB Variations

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

Color information

#1F1A1E (or 0x1F1A1E) is known color: Melanzane. HEX triplet: 1F, 1A and 1E. RGB value is (31,26,30). Sum of RGB (Red+Green+Blue) = 31+26+30=87 (11% of max value = 765). Red value is 31 (12.5% from 255 or 35.63% from 87); Green value is 26 (10.55% from 255 or 29.89% from 87); Blue value is 30 (12.11% from 255 or 34.48% from 87); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F1A1E is #E0E5E1. Grayscale: #1B1B1B. Windows color (decimal): -14738914 or 1972767. OLE color: 1972767.

HSL color Cylindrical-coordinate representation of color #1F1A1E: hue angle of 312º degrees, saturation: 0.09, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #1F1A1E is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 26 30 -
CMYK 0 0.16 0.03 0.88
HSL 312º 0.09% 0.11% -
HSV(B) 312º 0.16% 0.12% -
XYZ 1.17 1.12 1.38 -
YUV 27.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 31 26 30 0 0.16 0.03 0.88 312 0.09 0.11
Hex 1F 1A 1E 0 10 3 58 138 9 B
Octal 37 32 36 0 20 3 130 470 11 13
Binary 11111 11010 11110 0 10000 11 1011000 100111000 1001 1011

Color Harmonies of #1F1A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1A1E

Black with #1F1A1E

Text Example


Text Example

White with #1F1A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,26,30); }

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

background-color css

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

 a { background-color: rgb(31,26,30); }

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

border-color css

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

 span { border-color: rgb(31,26,30); }

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