Html Css Color HEX #1F091A Melanzane

📋 copy color: '#1F091A'

red 31 ◦ green 9 ◦ blue 26

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

Shades of Melanzane #1F091A

Tints of Melanzane #1F091A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 39.39%

R = 46.97%
G = 13.64%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.16

 K value IS 0.88

RGB Variations

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

Color information

#1F091A (or 0x1F091A) is known color: Melanzane. HEX triplet: 1F, 09 and 1A. RGB value is (31,9,26). Sum of RGB (Red+Green+Blue) = 31+9+26=66 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.97% from 66); Green value is 9 (3.91% from 255 or 13.64% from 66); Blue value is 26 (10.55% from 255 or 39.39% from 66); Max value from RGB is 31 - color contains mainly: red. Hex color #1F091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F091A is #E0F6E5. Grayscale: #111111. Windows color (decimal): -14743270 or 1706271. OLE color: 1706271.

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

Color convert

RGB 31 9 26 -
CMYK 0 0.71 0.16 0.88
HSL 313.64º 0.55% 0.08% -
HSV(B) 313.64º 0.71% 0.12% -
XYZ 0.85 0.56 1.04 -
YUV 17.52 132.79 137.62 -
System Red Green Blue C M Y K H S L
Decimal 31 9 26 0 0.71 0.16 0.88 313.64 0.55 0.08
Hex 1F 9 1A 0 47 10 58 13A 37 8
Octal 37 11 32 0 107 20 130 472 67 10
Binary 11111 1001 11010 0 1000111 10000 1011000 100111010 110111 1000

Color Harmonies of #1F091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F091A

Black with #1F091A

Text Example


Text Example

White with #1F091A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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