Html Css Color HEX #1F061A Melanzane

📋 copy color: '#1F061A'

red 31 ◦ green 6 ◦ blue 26

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

Shades of Melanzane #1F061A

Tints of Melanzane #1F061A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 9.52%

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

R = 49.21%
G = 9.52%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.88

RGB Variations

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

Color information

#1F061A (or 0x1F061A) is known color: Melanzane. HEX triplet: 1F, 06 and 1A. RGB value is (31,6,26). Sum of RGB (Red+Green+Blue) = 31+6+26=63 (8% of max value = 765). Red value is 31 (12.5% from 255 or 49.21% from 63); Green value is 6 (2.73% from 255 or 9.52% from 63); Blue value is 26 (10.55% from 255 or 41.27% from 63); Max value from RGB is 31 - color contains mainly: red. Hex color #1F061A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F061A is #E0F9E5. Grayscale: #0F0F0F. Windows color (decimal): -14744038 or 1705503. OLE color: 1705503.

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

Color convert

RGB 31 6 26 -
CMYK 0 0.81 0.16 0.88
HSL 312º 0.68% 0.07% -
HSV(B) 312º 0.81% 0.12% -
XYZ 0.82 0.5 1.03 -
YUV 15.76 133.78 138.87 -
System Red Green Blue C M Y K H S L
Decimal 31 6 26 0 0.81 0.16 0.88 312 0.68 0.07
Hex 1F 6 1A 0 51 10 58 138 44 7
Octal 37 6 32 0 121 20 130 470 104 7
Binary 11111 110 11010 0 1010001 10000 1011000 100111000 1000100 111

Color Harmonies of #1F061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F061A

Black with #1F061A

Text Example


Text Example

White with #1F061A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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